diff options
| author | caley <u65487754@gmail.com> | 2026-05-20 01:05:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 01:05:01 +0000 |
| commit | e56427e82e67b690071dfa68d0bccd6648222380 (patch) | |
| tree | 952a279629e48992c4fb1a35e9fa4f5bcf98ab5f | |
| parent | 76abd1fbee224a0e77ce418ea685c75431a5c2d3 (diff) | |
Enable auto-optimise-store and clean up packages
Enable automatic store optimization and remove unused packages.
| -rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f02e5c6..96ba128 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -6,6 +6,7 @@ ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.auto-optimise-store = true; boot.loader.grub = { enable = true; @@ -78,7 +79,6 @@ environment.systemPackages = with pkgs; [ btop dunst emacs - fish git grim hyprlock @@ -89,7 +89,6 @@ environment.systemPackages = with pkgs; [ krita libnotify librewolf - lxqt.pavucontrol-qt mpv nautilus neovim |
