no default shell

This commit is contained in:
Osman Faruk Bayram 2025-10-19 20:48:46 +03:00
parent 8b6046e64c
commit ecabe3fca5

View file

@ -25,8 +25,5 @@ in
}
];
# Set default shell
users.defaultUserShell = lib.mkDefault config.pkgs.fish;
programs.fish.enable = lib.mkDefault true;
};
}