move steam outside of lutris
This commit is contained in:
@@ -6,9 +6,6 @@
|
|||||||
config = lib.mkIf config.lumpiastyHome.gaming {
|
config = lib.mkIf config.lumpiastyHome.gaming {
|
||||||
programs.lutris = {
|
programs.lutris = {
|
||||||
enable = true;
|
enable = true;
|
||||||
steamPackage = pkgs.steam.override {
|
|
||||||
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
|
|
||||||
};
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
mangohud
|
mangohud
|
||||||
gamescope
|
gamescope
|
||||||
@@ -20,6 +17,9 @@
|
|||||||
"--prefix XDG_DATA_DIRS : ${mangohud}/share"
|
"--prefix XDG_DATA_DIRS : ${mangohud}/share"
|
||||||
];
|
];
|
||||||
}))
|
}))
|
||||||
|
(steam.override {
|
||||||
|
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user