Update flake.lock and add floating hotkeys to niri

This commit is contained in:
Jimbo 2025-01-19 10:47:35 -05:00
parent b0247d330e
commit 84f0222dff
6 changed files with 36 additions and 27 deletions

View file

@ -5,8 +5,11 @@
stub-ld.enable = false;
};
programs.nano.enable = false;
programs.less.lessopen = null;
programs = {
nano.enable = false;
less.lessopen = null;
command-not-found.enable = false;
};
services.logrotate.enable = false;
}

View file

@ -3,10 +3,7 @@
imports = [ ./gc ];
nix.settings = {
experimental-features = [
"nix-command"
"flakes"
];
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};