Make sourcing profile optional

This commit is contained in:
Martin Pander
2026-02-07 15:02:08 +01:00
parent 84ad11d543
commit 28f2042ad0
4 changed files with 100 additions and 108 deletions

View File

@@ -14,8 +14,6 @@
home.stateVersion = "23.11";
programs.zsh.profileExtra = ''
source $HOME/.profile
'';
dot.sh.sourceProfile = true;
}