mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Firejail to sandbox online games
This commit is contained in:
parent
2459f01634
commit
a81aecff5c
7 changed files with 79 additions and 3 deletions
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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue