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

View file

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