diff options
Diffstat (limited to 'home/common/modules/shell.nix')
-rw-r--r-- | home/common/modules/shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/common/modules/shell.nix b/home/common/modules/shell.nix index c1b31fd..02f188a 100644 --- a/home/common/modules/shell.nix +++ b/home/common/modules/shell.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ programs.bash.enable = true; home = { |