mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +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 ];
|
environment.systemPackages = with pkgs; [ firejail ];
|
||||||
programs.firejail.enable = true;
|
programs.firejail.enable = true;
|
||||||
programs.firejail.wrappedBinaries = {
|
programs.firejail.wrappedBinaries = {
|
||||||
prismlauncher = {
|
#prismlauncher = {
|
||||||
executable = "${pkgs.prismlauncher}/bin/prismlauncher";
|
# executable = "${pkgs.prismlauncher}/bin/prismlauncher";
|
||||||
profile = ./firejail-profiles/prismlauncher.profile;
|
# profile = ./firejail-profiles/prismlauncher.profile;
|
||||||
};
|
#};
|
||||||
steam = {
|
steam = {
|
||||||
executable = "${pkgs.steam}/bin/steam";
|
executable = "${pkgs.steam}/bin/steam";
|
||||||
profile = "${pkgs.firejail}/etc/firejail/steam.profile";
|
profile = "${pkgs.firejail}/etc/firejail/steam.profile";
|
||||||
|
|
Loading…
Reference in a new issue