feat(treewide): trim down packages

This commit is contained in:
electria 2026-06-24 10:19:33 -07:00
commit be3d0865f4
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 0 additions and 15 deletions

View file

@ -31,12 +31,5 @@ in
# free up to this many bytes in an automatic invocation
# to avoid it taking too long
nix.settings.max-free = 5000000000; # 5GB
environment.systemPackages =
with pkgs;
lib.mkIf config.nixowos.allowAddingPackages [
nixd
nixfmt
];
};
}