diff options
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; |