From c594900d45bb413dc3a3a76de1f98e4e10472cdd Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:06:29 +0200 Subject: [PATCH] edit nvf config Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 2899b84d8f0809ba14540adce1ebebb3eb225065 --- home/programs/nvf/options.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/programs/nvf/options.nix b/home/programs/nvf/options.nix index 9dfeeee..ac52e53 100644 --- a/home/programs/nvf/options.nix +++ b/home/programs/nvf/options.nix @@ -30,14 +30,10 @@ registers = "unnamedplus"; providers.wl-copy.enable = true; }; - spellcheck = { - enable = true; - programmingWordlist.enable = true; - }; theme = { enable = true; name = lib.mkForce "catppuccin"; - style = "mocha"; + style = lib.mkForce "mocha"; transparent = lib.mkForce true; }; };