feat: set fish as user shell

This commit is contained in:
2025-12-07 11:51:19 +08:00
parent 3a82f9b652
commit 5d3fc65be5
3 changed files with 34 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ lib.my.makeSwitch {
users.${username} = {
isNormalUser = true;
description = userdesc;
shell = pkgs.zsh;
extraGroups = [
username
"wheel"