This commit is contained in:
Sakooooo 2024-07-18 18:14:16 +04:00
parent da7d3cea10
commit 8bbbd17252
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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