diff --git a/hosts/homex/configuration.nix b/hosts/homex/configuration.nix index ccdfdef..226c625 100644 --- a/hosts/homex/configuration.nix +++ b/hosts/homex/configuration.nix @@ -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;