fix steam black screen via -cef-disable-gpu-compositing overlay

This commit is contained in:
2026-06-19 14:42:13 +02:00
parent f470c188e0
commit fdffd0e73c
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -93,6 +93,13 @@
};
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [
(final: prev: {
steam = prev.steam.override {
extraArgs = "-cef-disable-gpu-compositing";
};
})
];
environment.systemPackages = with pkgs; [
wget