From 4b6156591ea61270a849322089370a05cb647020 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Feb 2022 19:04:34 -0800 Subject: hosts: ensure we have bash and zsh --- hosts/common/system/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix index db48b66..7d8fe9b 100644 --- a/hosts/common/system/default.nix +++ b/hosts/common/system/default.nix @@ -17,4 +17,7 @@ font = "Lat2-Terminus16"; keyMap = "us"; }; + + # It's always useful to have bash around + environment.shells = [ pkgs.bashInteractive pkgs.zsh ]; } -- cgit 1.4.1