modified: common/home.nix
This commit is contained in:
@@ -20,9 +20,9 @@ in {
|
|||||||
|
|
||||||
programs.home-manager.enable = true; # mandatory to activate HM
|
programs.home-manager.enable = true; # mandatory to activate HM
|
||||||
|
|
||||||
programs.bash.shellAliases = {
|
programs.bash.aliases = {
|
||||||
Switch-nix = mySwitchCmd;
|
"Switch-nix" = mySwitchCmd;
|
||||||
Test-nix = myTestCmd;
|
"Test-nix" = myTestCmd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user