Firejail to sandbox online games

This commit is contained in:
Emmet 2023-07-31 09:45:45 -05:00
parent 2459f01634
commit a81aecff5c
7 changed files with 79 additions and 3 deletions

View file

@ -3,4 +3,5 @@
{
hardware.opengl.driSupport32Bit = true;
programs.steam.enable = true;
environment.systemPackages = [ pkgs.steam ];
}