Disabling prism-launcher firejail temporarily
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
environment.systemPackages = with pkgs; [ firejail ];
|
||||
programs.firejail.enable = true;
|
||||
programs.firejail.wrappedBinaries = {
|
||||
prismlauncher = {
|
||||
executable = "${pkgs.prismlauncher}/bin/prismlauncher";
|
||||
profile = ./firejail-profiles/prismlauncher.profile;
|
||||
};
|
||||
#prismlauncher = {
|
||||
# executable = "${pkgs.prismlauncher}/bin/prismlauncher";
|
||||
# profile = ./firejail-profiles/prismlauncher.profile;
|
||||
#};
|
||||
steam = {
|
||||
executable = "${pkgs.steam}/bin/steam";
|
||||
profile = "${pkgs.firejail}/etc/firejail/steam.profile";
|
||||
|
Reference in New Issue
Block a user