flake: Expose the sandboxed prismlauncher

This commit is contained in:
PapaTutuWawa 2023-08-11 17:43:15 +02:00
parent 4b6290c3c7
commit 7c1113cd09
2 changed files with 14 additions and 12 deletions

View File

@ -53,10 +53,12 @@
overlays = [ overlays = [
self.overlay self.overlay
(import ./overlays/sandbox.nix)
]; ];
}; };
in { in {
inherit (pkgs) wayqt dfl-ipc dfl-applications dfl-utils qtgreet xwaylandvideobridge obs-cli rgb_keyboard; inherit (pkgs) wayqt dfl-ipc dfl-applications dfl-utils qtgreet xwaylandvideobridge obs-cli rgb_keyboard prismlauncher-wrapped;
}; };
}); });
} }

View File

@ -26,17 +26,17 @@ in {
enableDesktopFile = true; enableDesktopFile = true;
}; };
# prismlauncher-wrapped = wrapInSandbox { prismlauncher-wrapped = wrapInSandbox {
# name = "prismlauncher"; name = "prismlauncher";
# binary = "${prev.prismlauncher}/bin/prismlauncher"; binary = "${prev.prismlauncher}/bin/prismlauncher";
# launchScriptName = "prismlauncher-wrapped"; launchScriptName = "prismlauncher-wrapped";
# mountInHome = [".local/share/PrismLauncher"]; mountInHome = [".local/share/PrismLauncher"];
# additionalMounts = [ additionalMounts = [
# "/etc/profile" "/etc/profile"
# ]; ];
# additionalBlacklist = [ "/mnt" ]; additionalBlacklist = [ "/mnt" ];
# chdirTo = "/home/$USER"; chdirTo = "/home/$USER";
# }; };
steam-wrapped = wrapInSandbox { steam-wrapped = wrapInSandbox {
name = "steam-wrapped"; name = "steam-wrapped";