From 1f160e98123d7f25c692035a31e22b209284b43c Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 27 May 2023 20:34:18 -0700 Subject: [PATCH] always enable zsh --- nix/system/common/users.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = [