nvf: change some settings

This commit is contained in:
Charlie Root 2024-08-22 22:46:16 +02:00
commit a8a293385e
5 changed files with 4 additions and 8 deletions

View file

@ -2,6 +2,6 @@
inherit (config.modules.other.system) username;
in {
programs.neovim-flake.settings.vim = {
presence.neocord.enable = false;
presence.neocord.enable = true;
};
}