diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-20 00:04:05 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-20 00:04:10 +0200 |
commit | 2b5cae7da519e3cd2e97cb40d1fae93cce67e798 (patch) | |
tree | 5a71583ce62c115b6e1a92f186a181ba95ee028f /hosts/configuration.nix | |
parent | Luna: Add /boot encryption (diff) | |
download | nixos-config-2b5cae7da519e3cd2e97cb40d1fae93cce67e798.tar.gz nixos-config-2b5cae7da519e3cd2e97cb40d1fae93cce67e798.tar.bz2 nixos-config-2b5cae7da519e3cd2e97cb40d1fae93cce67e798.zip |
Remove default packages
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index ebcafeb..9862007 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -101,6 +101,8 @@ comma ]; + environment.defaultPackages = [ ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; |