Common: manage bash using home-manager
This commit is contained in:
parent
a4b51545e6
commit
f3c39dd7b4
2 changed files with 8 additions and 0 deletions
7
roles/common/programs/bash.nix
Normal file
7
roles/common/programs/bash.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = { config, ... }: {
|
||||
programs.bash.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue