diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index b26238a..a0ae88b 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -86,6 +86,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ (uutils-coreutils.override { prefix = ""; }) + dash lm_sensors pulseaudio # used for tools python @@ -108,6 +109,8 @@ 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; |