also install gamescope

This commit is contained in:
2025-08-09 23:17:59 +02:00
parent 7e06b44056
commit bb7ada0347
+2 -1
View File
@@ -7,10 +7,11 @@
programs.lutris = {
enable = true;
steamPackage = pkgs.steam.override {
extraPkgs = pkgs': with pkgs'; [ mangohud ];
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
};
extraPackages = with pkgs; [
mangohud
gamescope
];
};
};