mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Disabling prism-launcher firejail temporarily
This commit is contained in:
parent
1126ea94ec
commit
7851e1bda2
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue