add options to hm/bash.nix
This commit is contained in:
parent
9890f55c9d
commit
9dd19eb429
|
@ -1,16 +0,0 @@
|
|||
{ lib, config, pkgs, home, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bash
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".bashrc" = {
|
||||
source = lib.mkDefault ../../home/bash/bashrc;
|
||||
};
|
||||
".bash_profile" = {
|
||||
source = lib.mkDefault ../../home/bash/profile;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
../../home/msmtp
|
||||
../../home/neomutt
|
||||
../../home/rbw
|
||||
./bash.nix
|
||||
( import ../../home/bash { isRoot = true; } )
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in New Issue