From 5694b7a60cb040f9226e8b3e521debfd5ad07c08 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 23 Jan 2024 17:38:58 -0300 Subject: [PATCH] fix: zsh shell --- hosts/homex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;