feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
Showing only changes of commit 42cc20e9a4 - Show all commits

View file

@ -2,10 +2,12 @@
pkgs,
...
} : {
programs.bash.enable = true;
programs.bash = {
enable = true;
bashrcExtra = ". ${./.bashrc}";
};
home.file = {
".bashrc".source = ./.bashrc;
".bash_aliases".source = ./.bash_aliases;
".bash_exec".source = ./.bash_exec;
};