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; }; }