diff options
| author | Baitinq <[email protected]> | 2022-08-20 00:04:05 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-20 00:04:10 +0200 |
| commit | 55b56ccaf01088639d23b7c034d02bbe19e3011a (patch) | |
| tree | 0ed12b81de4b72f03a68901af046a418f13b70b7 /hosts/configuration.nix | |
| parent | Luna: Add /boot encryption (diff) | |
| download | nixos-config-55b56ccaf01088639d23b7c034d02bbe19e3011a.tar.gz nixos-config-55b56ccaf01088639d23b7c034d02bbe19e3011a.tar.bz2 nixos-config-55b56ccaf01088639d23b7c034d02bbe19e3011a.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; |