From a3bccbf459b33d0a1775743c92bca9cf9efc1e3b Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 00:37:24 +0100 Subject: [PATCH] the hallucination box is so fucking retarded this was the solution --- modules/home/caem/core/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 7ff8697..b73340c 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -1,7 +1,7 @@ -{ config, lib, ... }: +{ config, ... }: { - home.file.".zshenv".text = lib.mkLast ""; + home.file.".zshenv".enable = false; programs.zsh = { enable = true; enableCompletion = true;