refactor: moved home config to more logical folder structure
This commit is contained in:
parent
f201190ef1
commit
ecaa2c0dc4
29 changed files with 165 additions and 171 deletions
10
users/modules/programs/bash.nix
Normal file
10
users/modules/programs/bash.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
rebuild = "sudo nixos-rebuild switch --flake";
|
||||
gs = "git status";
|
||||
ai = "aichat -r %shell% -e";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue