Revert "switch to discord unstable"

This reverts commit 5176e6c3a6.
This commit is contained in:
Sakooooo 2024-07-05 10:02:15 +04:00
parent 5176e6c3a6
commit fb4a5cd327
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -15,7 +15,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
users.users.sako.packages = with pkgs; [ users.users.sako.packages = with pkgs; [
(pkgs.unstable.discord.override { (pkgs.discord.override {
withOpenASAR = true; withOpenASAR = true;
withVencord = true;}) withVencord = true;})
]; ];