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 = { programs.bash = {
enable = true; enable = true;
shellAliases = { shellAliases = {
"switch-nix" = mySwitchCmd; "Switch-nix" = mySwitchCmd;
"test-nix" = mySwitchCmd; "Test-nix" = mySwitchCmd;
}; };
initExtra = ''
# ensure loading of aliases/session variables
[[ -f ~/.profile ]] && . ~/.profile
'';
}; };
# Optional: packages # Optional: packages