modified: common/home.nix
This commit is contained in:
@@ -23,8 +23,8 @@ in {
|
|||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
switch-nix = mySwitchCmd;
|
"switch-nix" = mySwitchCmd;
|
||||||
test-nix = mySwitchCmd;
|
"test-nix" = mySwitchCmd;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user