feat : home manager handles zsh

This commit is contained in:
Florian Schmitt 2024-01-11 17:18:56 +03:00
parent 6fad94262e
commit 00fdd3cce7

View file

@ -201,6 +201,8 @@ in {
enable = true;
profiles.default = { isDefault = true; };
};
zsh.enable = true;
};
};
}