flake: Expose the sandboxed prismlauncher
This commit is contained in:
parent
4b6290c3c7
commit
7c1113cd09
@ -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;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user