From 00fdd3cce71cf51a9afc2f09b38ee0323b0c0cb7 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Thu, 11 Jan 2024 17:18:56 +0300 Subject: [PATCH] feat : home manager handles zsh --- modules/home-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-config.nix b/modules/home-config.nix index 33b2e8b..9a3b3aa 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -201,6 +201,8 @@ in { enable = true; profiles.default = { isDefault = true; }; }; + + zsh.enable = true; }; }; }