zsh init~

This commit is contained in:
twoneis 2024-01-31 21:51:33 +01:00
parent 17997a0523
commit 5016e65d67
2 changed files with 25 additions and 1 deletions

View file

@ -83,5 +83,9 @@
description = "twoneis";
extraGroups = [ "networkmanager" "wheel" ];
};
# Use zsh
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
};
}