nichts/modules/programs/editors/nvf/plugins/settings/presence.nix

7 lines
158 B
Nix

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