From a349bf0cf31906c6f4889ce81d5cd2acb59f55a8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 10 Feb 2026 19:46:14 +0100 Subject: [PATCH] Fixed some options in nixvim --- modules/home-manager/nvim.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/nvim.nix b/modules/home-manager/nvim.nix index dbf9543..3e7d6af 100644 --- a/modules/home-manager/nvim.nix +++ b/modules/home-manager/nvim.nix @@ -65,14 +65,20 @@ lualine = { enable = true; }; + + web-devicons = { + enable = true; + }; # File tree neo-tree = { enable = true; - closeIfLastWindow = true; - window = { - width = 30; - }; + settings = { + close_if_last_window = true; + window = { + width = 30; + }; + }; }; # Fuzzy finder