[shell] Moves aliases to shell.nix from terminal.nix
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
jq
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
"p?" = "ps ax | grep";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
envExtra = ''
|
||||
|
||||
@@ -9,10 +9,6 @@
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
"p?" = "ps ax | grep";
|
||||
};
|
||||
|
||||
# Allow Home Manager to set fonts.
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user