diff options
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index bc63371..57f8b6f 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -86,7 +86,6 @@ # $ nix search wget environment.systemPackages = with pkgs; [ (uutils-coreutils.override { prefix = ""; }) - dash lm_sensors pulseaudio # used for tools python @@ -109,8 +108,6 @@ environment.defaultPackages = [ ]; - environment.binsh = "${pkgs.dash}/bin/dash"; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; |