steam: add GE proton

This commit is contained in:
2026-07-23 21:20:03 +08:00
parent adb21bb242
commit c506d9c185
+3 -1
View File
@@ -15,10 +15,12 @@ in
config = lib.mkIf cfg.enable {
programs.steam = {
enable = true;
package = pkgs.steam;
extraPackages = with pkgs; [
gamescope
];
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
my.persist.homeDirs = [
".local/share/Steam"