Make sourcing profile optional
This commit is contained in:
@@ -24,5 +24,9 @@
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.ghostty.terminfo
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
programs.zsh.profileExtra = ''
|
||||
source $HOME/.profile
|
||||
'';
|
||||
dot.sh.sourceProfile = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user