diff --git a/flake.nix b/flake.nix index 98742e9..c585cdb 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,8 @@ isNormalUser = true; } // userOptions config; + programs.zsh.enable = lib.mkIf config.shell true; + home-manager = { useGlobalPkgs = true; useUserPackages = true;