mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
Add discord override
This commit is contained in:
parent
876bb6969c
commit
70bb43250b
1 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,11 @@
|
|||
});
|
||||
discord = super.discord.overrideAttrs (old: {
|
||||
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
||||
});
|
||||
}).override {
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
withTTS = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue