Move HM modules
This commit is contained in:
parent
5db76d0fed
commit
3cf0004b78
110 changed files with 403 additions and 564 deletions
19
modules/hm/shell_aliases.nix
Normal file
19
modules/hm/shell_aliases.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
home.shellAliases = {
|
||||
"jc" = "sudo journalctl";
|
||||
"jcu" = "journalctl --user";
|
||||
"n" = "nix";
|
||||
"nb" = "nix build";
|
||||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||
"nr" = "nix repl";
|
||||
"nR" = "nix run";
|
||||
"ns" = "nix search nixpkgs";
|
||||
"nsu" = "nix search unstable";
|
||||
"nss" = "nix search stable";
|
||||
"nS" = "nix shell";
|
||||
"sc" = "sudo systemctl";
|
||||
"scu" = "systemctl --user";
|
||||
};
|
||||
# programs.bash = { inherit shellAliases; };
|
||||
# programs.zsh = { inherit shellAliases; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue