[shell] Moves aliases to shell.nix from terminal.nix

This commit is contained in:
2025-03-08 11:04:21 -08:00
parent 3a1c7f95cb
commit bcfdbc064d
2 changed files with 4 additions and 4 deletions

View File

@@ -9,10 +9,6 @@
nerd-fonts.jetbrains-mono
];
home.shellAliases = {
"p?" = "ps ax | grep";
};
# Allow Home Manager to set fonts.
fonts.fontconfig.enable = true;