editors.neovim: Avoid to change home config
All checks were successful
check / check (push) Successful in 36s

This commit is contained in:
Florian RICHER 2025-06-26 11:53:19 +02:00
parent 4e98a50b3d
commit 0f8ce1ae94

View file

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