fixed the vesktop issue :3

This commit is contained in:
foxora 2026-05-04 12:16:48 +01:00
parent 1776e1d58d
commit 88581414e3
2 changed files with 5 additions and 6 deletions

6
flake.lock generated
View file

@ -1279,11 +1279,11 @@
"nixpkgs-nixcord": "nixpkgs-nixcord"
},
"locked": {
"lastModified": 1777740049,
"narHash": "sha256-O8rXPZaARIjp4fh20wkeRWeElYbp4Dgp8pKk3Ikkj40=",
"lastModified": 1777806571,
"narHash": "sha256-v1QynzgI9XZezMdBglehneSPOl6LGwhnIKnjRb03ouc=",
"owner": "FlameFlag",
"repo": "nixcord",
"rev": "853aa014283c1d3e58df7213c36d3a739cab1b6f",
"rev": "41e6c4ac150b737a994835473462cb9560b6421b",
"type": "github"
},
"original": {

View file

@ -10,8 +10,7 @@
programs.nixcord = {
enable = true;
# broken rn: https://github.com/FlameFlag/nixcord/issues/200
equibop.enable = false;
equibop.enable = true;
equibop.package = upkgs.equibop;
vesktop.enable = true;
@ -42,7 +41,7 @@
checkInterval = 1;
};
biggerStreamPreview.enable = true;
callTimer.enable = true;
callTimer.enable = false; # broken rn
fixYoutubeEmbeds.enable = true;
fixSpotifyEmbeds.enable = true;
tidalEmbeds.enable = true;