about summary refs log tree commit diff
path: root/hosts/common/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/system/default.nix3
1 files changed, 3 insertions, 0 deletions
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 ];
 }