From 3088aa9b2c6198dc40d1bc7a9be24b5e60082ee2 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 00:27:21 +0100 Subject: [PATCH] I pray this works --- modules/home/caem/core/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 26d5cbb..a81a7b6 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -1,6 +1,7 @@ -{ config, ... }: +{ config, lib, ... }: { + home.file.".zshenv" = lib.mkForce null; programs.zsh = { enable = true; enableCompletion = true;