From 28117c1b58036ec95c2e0dda185d2f5cafc4f6cf Mon Sep 17 00:00:00 2001 From: uku Date: Fri, 10 Nov 2023 02:41:24 +0100 Subject: [PATCH] add direnv and neovide --- common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.nix b/common.nix index 3154338..ae61d2a 100644 --- a/common.nix +++ b/common.nix @@ -139,6 +139,7 @@ ragenix.packages.${system}.default getchvim.packages.${system}.default nix-your-shell + neovide ]; }; @@ -162,6 +163,8 @@ ''; }; + direnv.enable = true; + command-not-found.enable = false; nix-index = { enable = true;