mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
Merge pull request #267 from horriblename/disable-neocord
Disable neocord by default
This commit is contained in:
commit
cc0617b4d6
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ inputs: let
|
|||
};
|
||||
|
||||
presence = {
|
||||
neocord.enable = true;
|
||||
neocord.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue