diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index fbe7405..a77ba19 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -2,8 +2,8 @@ { environment.pathsToLink = [ "/share/zsh" ]; + users.users.moritz.shell = pkgs.zsh; home-manager.users.moritz = { - shell = pkgs.zsh; home.packages = with pkgs; [ du-dust ]; programs = { zsh = {