From 23c3b8572e071e2dc2e819473e547de6fd9e4ce4 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 11 Jul 2025 22:44:44 +0200 Subject: [PATCH] hermit: configuration: drop zsh --- hosts/hermit/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index a311672..fa00c43 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -16,10 +16,6 @@ }; programs = { nix-ld.enable = false; - zsh = { - enable = true; - enableBashCompletion = true; - }; gnupg.agent = { enable = true; pinentryPackage = pkgs.pinentry-qt;