home-modules/common: Add alias for home-manager
This commit is contained in:
parent
378b8f3174
commit
abbd7de1c4
@ -79,6 +79,9 @@ in
|
||||
sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
};
|
||||
shellAliases = {
|
||||
hm = "home-manager";
|
||||
};
|
||||
|
||||
language.base = mkDefault "en_IE.UTF-8";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user