refactor: move neovim to home-manager, add nix.gc, bump home.stateVersion to 25.11
This commit is contained in:
+6
-2
@@ -13,6 +13,12 @@
|
||||
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
@@ -139,8 +145,6 @@
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
nodejs
|
||||
git
|
||||
neovim
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user