From 0f8ce1ae94138a504262b00a118f7fdc7e9c5a5e Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 26 Jun 2025 11:53:19 +0200 Subject: [PATCH] editors.neovim: Avoid to change home config --- modules/home/editors/neovim.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home/editors/neovim.nix b/modules/home/editors/neovim.nix index 09d5fa7..b4b09f5 100644 --- a/modules/home/editors/neovim.nix +++ b/modules/home/editors/neovim.nix @@ -255,8 +255,5 @@ in { }; }; }; - # Source : https://www.lazyvim.org/ - modules.home.apps.kitty.enable = lib.mkDefault true; - modules.home.shell.git.enable = lib.mkDefault true; }; }