Firejail to sandbox online games
This commit is contained in:
5
system/app/prismlauncher.nix
Normal file
5
system/app/prismlauncher.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.prismlauncher ];
|
||||
}
|
@@ -3,4 +3,5 @@
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
programs.steam.enable = true;
|
||||
environment.systemPackages = [ pkgs.steam ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user