From 68eb88f562f2644951da3533e876d27d850b753f Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Tue, 10 Jun 2025 20:25:08 +0200 Subject: [PATCH] hermit: enable zsh --- hosts/hermit/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 1282776..aa72fd3 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -16,6 +16,10 @@ thermald.enable = true; }; virtualisation.docker.enable = true; + programs.zsh = { + enable = true; + enableBashCompletion = true; + }; programs.gnupg.agent = { enable = true;