mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
workaround for steam
This commit is contained in:
parent
44445d431a
commit
290c2a0591
@ -10,9 +10,13 @@ in {
|
||||
hardware.pulseaudio.support32Bit = config.hardware.pulseaudio.enable;
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
# Digital distribution platform for purchasing and playing video games.
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# Workaround from: https://github.com/NixOS/nixpkgs/issues/236561
|
||||
package = with pkgs; steam.override { extraPkgs = pkgs: [ attr ]; };
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam # Digital distribution platform for purchasing and playing video games.
|
||||
steamtinkerlaunch # Launcher and optimization tool for Steam games.
|
||||
gamescope # Utility for running games using Valve's Steam Play compatibility layer with improved performance and compatibility.
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user