diff --git a/roles/common/programs/bash.nix b/roles/common/programs/bash.nix new file mode 100644 index 0000000..c1684bf --- /dev/null +++ b/roles/common/programs/bash.nix @@ -0,0 +1,7 @@ +{ config, ... }: + +{ + home-manager.users.toast = { config, ... }: { + programs.bash.enable = true; + }; +} diff --git a/roles/common/programs/default.nix b/roles/common/programs/default.nix index 83991eb..1aa9c89 100755 --- a/roles/common/programs/default.nix +++ b/roles/common/programs/default.nix @@ -8,6 +8,7 @@ ./nix-index.nix ./command-not-found.nix ./comma.nix + ./bash.nix ]; # Some programs dont have a programs.*.enable option, so I install their package here environment.systemPackages = with pkgs; [