From e56427e82e67b690071dfa68d0bccd6648222380 Mon Sep 17 00:00:00 2001 From: caley Date: Wed, 20 May 2026 01:05:01 +0000 Subject: Enable auto-optimise-store and clean up packages Enable automatic store optimization and remove unused packages. --- nixos/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos') 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 -- cgit v1.3.1