mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-02 19:06:17 +02:00
system: install default packages
Got tired of scripts assuming that perl was installed.
This commit is contained in:
parent
b055f27918
commit
ec63e88df2
@ -270,7 +270,6 @@ in
|
|||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [ (pass.withExtensions (ext: with ext; [ pass-otp ])) ];
|
systemPackages = with pkgs; [ (pass.withExtensions (ext: with ext; [ pass-otp ])) ];
|
||||||
defaultPackages = [ ];
|
|
||||||
gnome.excludePackages = with pkgs; [ gnome-tour ];
|
gnome.excludePackages = with pkgs; [ gnome-tour ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user