diff --git a/nix/system/common/users.nix b/nix/system/common/users.nix index c6f6014..ba97722 100644 --- a/nix/system/common/users.nix +++ b/nix/system/common/users.nix @@ -1,6 +1,8 @@ { config, pkgs, ... }: { + programs.zsh.enable = true; + users.users.haak = { isNormalUser = true; extraGroups = [