Remove unused configuration and commented code

Eliminated obsolete systemPath entry from Darwin services default configuration. Removed unused foreign-env plugin and commented code related to shell initialization in Fish configuration. Additionally, commented out unnecessary SSH configuration options in user-specific settings.
This commit is contained in:
Harald Hoyer 2024-11-28 10:53:57 +01:00
parent 3953362456
commit f806db9a11
3 changed files with 2 additions and 29 deletions

View file

@ -49,8 +49,6 @@ in
fish.enable = true;
};
environment.systemPath = [ /run/current-system/sw/bin ];
programs = {
bash = {
## shellInit = ''