Compare commits

..

1 commit

Author SHA1 Message Date
Harald Hoyer 0e90740228 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.
2024-11-29 12:10:02 +01:00
2 changed files with 285 additions and 260 deletions

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,9 @@ in
programs = { programs = {
fish.enable = true; fish.enable = true;
vim.enable = true; };
programs = {
bash = { bash = {
## shellInit = '' ## shellInit = ''
interactiveShellInit = '' interactiveShellInit = ''