system: install default packages

Got tired of scripts assuming that perl was installed.
This commit is contained in:
Donovan Glover 2025-03-19 20:01:27 -04:00
parent b055f27918
commit ec63e88df2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -270,7 +270,6 @@ in
environment = {
systemPackages = with pkgs; [ (pass.withExtensions (ext: with ext; [ pass-otp ])) ];
defaultPackages = [ ];
gnome.excludePackages = with pkgs; [ gnome-tour ];
};