From 8f35e3722acb6844e70708626b9d7fb7976e5eed Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 29 Aug 2022 15:35:04 +0200 Subject: Set dash as the default /bin/sh --- hosts/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') 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; -- cgit 1.4.1