modified: common/home.nix

This commit is contained in:
2025-07-16 19:36:40 +10:00
parent ce2c492868
commit c7762545ea

View File

@@ -23,9 +23,13 @@ in {
programs.bash = {
enable = true;
shellAliases = {
"switch-nix" = mySwitchCmd;
"test-nix" = mySwitchCmd;
"Switch-nix" = mySwitchCmd;
"Test-nix" = mySwitchCmd;
};
initExtra = ''
# ensure loading of aliases/session variables
[[ -f ~/.profile ]] && . ~/.profile
'';
};
# Optional: packages