fix: zsh shell

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-23 17:38:58 -03:00
parent ff5a4e6afc
commit 5694b7a60c

View File

@@ -26,6 +26,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
programs.zsh.enable = true;
set-user.users = [{
username = "guz";
shell = pkgs.zsh;