fix steam black screen via -cef-disable-gpu-compositing overlay
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user