hermit: enable zsh

This commit is contained in:
Bloxx12 2025-06-10 20:25:08 +02:00
commit 68eb88f562
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -16,6 +16,10 @@
thermald.enable = true;
};
virtualisation.docker.enable = true;
programs.zsh = {
enable = true;
enableBashCompletion = true;
};
programs.gnupg.agent = {
enable = true;