l: set 32bit dri in games.nix
This commit is contained in:
parent
aa1fef9f93
commit
91b1eec416
@ -80,6 +80,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
|
||||
security.sudo.extraConfig = ''
|
||||
|
@ -10,8 +10,6 @@
|
||||
# source: https://nixos.org/wiki/Talk:Steam
|
||||
#
|
||||
##TODO: make steam module
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
nixpkgs.config.steam.java = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam
|
||||
|
Loading…
Reference in New Issue
Block a user