experimenting with zsh instead of fish

This commit is contained in:
William 2026-03-26 07:29:51 -03:00
parent 27b9d71a4e
commit b80e1e3945
4 changed files with 54 additions and 1 deletions

View file

@ -11,7 +11,7 @@ in
{
users.users.user = {
isNormalUser = true;
shell = pkgs.fish;
shell = pkgs.zsh;
extraGroups = [
"networkmanager"
"wheel"