cerulean
This commit is contained in:
parent
ac95603fc4
commit
f7de9f7a23
42 changed files with 1061 additions and 445 deletions
6
homes/modules/bash/default.nix
Normal file
6
homes/modules/bash/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
bashrcExtra = builtins.readFile ./bashrc;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue