sandbox: Add spotify

This commit is contained in:
PapaTutuWawa 2022-01-17 21:39:04 +01:00
parent 8814296c53
commit 4cfcb71961

View File

@ -23,7 +23,6 @@ in {
categories = "Network;InstantMessaging;";
};
};
minecraft-wrapped = wrapInSandbox {
name = "minecraft-launcher";
package = prev.minecraft;
@ -56,4 +55,13 @@ in {
mountInHome = [ "Development/Personal/Android" ".android" ];
chdirTo = "/home/$USER";
};
spotify-wrapped = wrapInSandbox {
name = "spotify";
package = prev.spotify;
binaryName = "spotify";
additionalBlacklist = [ "/mnt" ];
mountInHome = [ ".config/spotify" ];
chdirTo = "/home/$USER";
};
}