From fd6f8572adb4ec6c34188392d19918e3213b8482 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Wed, 11 Feb 2026 20:07:45 +0100 Subject: [PATCH] Fix on env configuration --- hosts/darwin/home/alistreaza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin/home/alistreaza.nix b/hosts/darwin/home/alistreaza.nix index ec5a0cb..a4d040c 100644 --- a/hosts/darwin/home/alistreaza.nix +++ b/hosts/darwin/home/alistreaza.nix @@ -15,7 +15,7 @@ home.shell.git.enable = true; home.shell.neovim.enable = true; home.shell.nh.enable = true; - home.shell.devenv.enable = true; + home.shell.env.enable = true; # No Home Application Folders targets.darwin.linkApps.enable = false;