From ca97cb93f54736bad5d02e58f41b4d7f22f8b158 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 00:33:58 +0100 Subject: [PATCH] adlkfjsdfio --- modules/home/caem/core/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 1d29f26..ecfe549 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -1,7 +1,7 @@ { config, lib, ... }: { - home.file.".zshenv".text = lib.mkForce null; + home.file.".zshenv".text = ""; programs.zsh = { enable = true; enableCompletion = true;