also install gamescope
This commit is contained in:
@@ -7,10 +7,11 @@
|
|||||||
programs.lutris = {
|
programs.lutris = {
|
||||||
enable = true;
|
enable = true;
|
||||||
steamPackage = pkgs.steam.override {
|
steamPackage = pkgs.steam.override {
|
||||||
extraPkgs = pkgs': with pkgs'; [ mangohud ];
|
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
|
||||||
};
|
};
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
mangohud
|
mangohud
|
||||||
|
gamescope
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user