nichts/modules/programs/editors/nvf/plugins/settings/presence.nix
2024-08-16 13:44:44 +02:00

7 lines
159 B
Nix

{config, ...}: let
inherit (config.modules.other.system) username;
in {
programs.neovim-flake.settings.vim = {
presence.neocord.enable = false;
};
}