l: set 32bit dri in games.nix

This commit is contained in:
lassulus 2018-05-14 22:04:59 +02:00
parent aa1fef9f93
commit 91b1eec416
2 changed files with 1 additions and 2 deletions

View File

@ -80,6 +80,7 @@ in {
};
};
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
security.sudo.extraConfig = ''

View File

@ -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