Current derivation
This commit is contained in:
parent
0aae761f89
commit
f7226d5fa6
20 changed files with 342 additions and 79 deletions
11
modules/bash.nix
Normal file
11
modules/bash.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
shellAliases = {
|
||||
"ll" = "ls -l";
|
||||
"la" = "ls -la";
|
||||
".." = "cd ..";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue