packages: Add discord
This commit is contained in:
parent
b44b420ff8
commit
15efc358af
@ -37,9 +37,9 @@ in {
|
|||||||
superpaper = pkgs.callPackage ./applications/desktop/superpaper {
|
superpaper = pkgs.callPackage ./applications/desktop/superpaper {
|
||||||
system_hotkey = system_hotkey;
|
system_hotkey = system_hotkey;
|
||||||
};
|
};
|
||||||
discord-system-electron-wrapped = wrapInSandbox {
|
discord-wrapped = wrapInSandbox {
|
||||||
name = "discord";
|
name = "discord";
|
||||||
package = discord-system-electron;
|
package = pkgs.unstable.discord;
|
||||||
binaryName = "discord";
|
binaryName = "discord";
|
||||||
mountInHome = [ ".config/discord" ".config/BetterDiscord" ];
|
mountInHome = [ ".config/discord" ".config/BetterDiscord" ];
|
||||||
additionalBlacklist = [ "/mnt" ];
|
additionalBlacklist = [ "/mnt" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user