add usershell into hosts/users instead of hosts/core/shell.nix

This commit is contained in:
TheWanderingCrow 2025-06-05 22:05:54 -04:00
parent aa0efee791
commit 60b08d8dc4

View file

@ -84,6 +84,5 @@
};
};
};
users.defaultUserShell = pkgs.zsh;
};
}