Common: manage bash using home-manager

This commit is contained in:
Toast 2023-09-15 21:06:13 +02:00
parent a4b51545e6
commit f3c39dd7b4
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
home-manager.users.toast = { config, ... }: {
programs.bash.enable = true;
};
}

View file

@ -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; [