nvf: remove presence

This commit is contained in:
Charlie Root 2024-08-23 09:54:55 +02:00
commit 2265748bb4
2 changed files with 0 additions and 9 deletions

View file

@ -1,16 +1,12 @@
{ {
pkgs,
config,
lib, lib,
inputs, inputs,
... ...
}: let }: let
cfg = config.modules.system.programs.editors.neovim;
inherit (builtins) filter map toString elem; inherit (builtins) filter map toString elem;
inherit (lib.filesystem) listFilesRecursive; inherit (lib.filesystem) listFilesRecursive;
inherit (lib.strings) hasSuffix; inherit (lib.strings) hasSuffix;
inherit (lib.lists) concatLists; inherit (lib.lists) concatLists;
inherit (lib) mkIf;
mkNeovimModule = { mkNeovimModule = {
path, path,

View file

@ -1,5 +0,0 @@
_: {
programs.neovim-flake.settings.vim = {
presence.neocord.enable = true;
};
}