diff --git a/commit_text b/commit_text index 8631bd1..f6fe88a 100644 --- a/commit_text +++ b/commit_text @@ -1,2 +1 @@ -Updated flake and switched back to unstable nixpkgs branch -Replaced wineWowPackages with wineWow64Packages +Removed nh diff --git a/configuration.nix b/configuration.nix index 21f085a..9237210 100644 --- a/configuration.nix +++ b/configuration.nix @@ -121,13 +121,6 @@ in ]; nix.settings.auto-optimise-store = true; - programs.nh = { - enable = true; - clean.enable = true; - clean.extraArgs = "--keep-since 7d --keep 5"; - flake = "/home/esvagy/nixos"; - }; - # Bootloader. boot.loader.systemd-boot.enable = false; boot.loader.grub.enable = true;