Restore .bashrc sourcing as a stopgap

This commit is contained in:
2026-06-28 21:37:53 -04:00
parent 5ab95e43a9
commit b197846226
+5
View File
@@ -109,6 +109,11 @@
]; ];
}; };
# Drop once dotfiles move to Home Manager
programs.bash.interactiveShellInit = ''
[[ -f ~/.bashrc ]] && source ~/.bashrc
'';
programs.git = { programs.git = {
enable = true; enable = true;
config = { config = {