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;