packages: Add discord

This commit is contained in:
PapaTutuWawa 2021-10-21 23:44:46 +02:00
parent b44b420ff8
commit 15efc358af

View File

@ -37,9 +37,9 @@ in {
superpaper = pkgs.callPackage ./applications/desktop/superpaper {
system_hotkey = system_hotkey;
};
discord-system-electron-wrapped = wrapInSandbox {
discord-wrapped = wrapInSandbox {
name = "discord";
package = discord-system-electron;
package = pkgs.unstable.discord;
binaryName = "discord";
mountInHome = [ ".config/discord" ".config/BetterDiscord" ];
additionalBlacklist = [ "/mnt" ];