add options to hm/bash.nix

This commit is contained in:
randomuser 2024-03-16 14:12:43 -05:00
parent 9890f55c9d
commit 9dd19eb429
2 changed files with 1 additions and 17 deletions

View File

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

View File

@ -11,7 +11,7 @@
../../home/msmtp ../../home/msmtp
../../home/neomutt ../../home/neomutt
../../home/rbw ../../home/rbw
./bash.nix ( import ../../home/bash { isRoot = true; } )
]; ];
home.stateVersion = "23.05"; home.stateVersion = "23.05";