Merge pull request #267 from horriblename/disable-neocord

Disable neocord by default
This commit is contained in:
NotAShelf 2024-04-27 15:47:27 +00:00 committed by GitHub
commit cc0617b4d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ inputs: let
};
presence = {
neocord.enable = true;
neocord.enable = false;
};
};
};