mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Turned off broken firejail profiles, needs fixing
This commit is contained in:
parent
26162df66c
commit
0c5037333f
1 changed files with 8 additions and 8 deletions
|
@ -8,13 +8,13 @@
|
||||||
# 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";
|
||||||
};
|
#};
|
||||||
steam-run = {
|
#steam-run = {
|
||||||
executable = "${pkgs.steam}/bin/steam-run";
|
# executable = "${pkgs.steam}/bin/steam-run";
|
||||||
profile = "${pkgs.firejail}/etc/firejail/steam.profile";
|
# profile = "${pkgs.firejail}/etc/firejail/steam.profile";
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue