move steam outside of lutris

This commit is contained in:
2025-08-15 22:07:02 +02:00
parent 9ff80b28f1
commit 0aee52edb2
+3 -3
View File
@@ -6,9 +6,6 @@
config = lib.mkIf config.lumpiastyHome.gaming {
programs.lutris = {
enable = true;
steamPackage = pkgs.steam.override {
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
};
extraPackages = with pkgs; [
mangohud
gamescope
@@ -20,6 +17,9 @@
"--prefix XDG_DATA_DIRS : ${mangohud}/share"
];
}))
(steam.override {
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
})
];
};
}