feat(gaming): add gamescope

This commit is contained in:
Felix Schröter 2022-08-25 22:23:05 +02:00
parent af79b1cfff
commit 3ea23a83fb
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -3,5 +3,5 @@
{
imports = [ ./steam.nix ./lutris.nix ];
home.packages = with pkgs; [ mangohud ];
home.packages = with pkgs; [ gamescope mangohud ];
}