From 0b1b320276ce07a5962e05ab7ce4004217ea9854 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Mon, 29 Nov 2021 11:57:46 +0100 Subject: [PATCH] fix default shell --- modules/cli/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {