Require mesa package for steam rather than gamescope
This commit is contained in:
parent
d5ff4bfe1e
commit
f1525ef8ee
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, user, ... }: {
|
||||
{ user, ... }: {
|
||||
imports = [ ./default.nix ./steam.nix ];
|
||||
environment.systemPackages = with pkgs; [ mesa ];
|
||||
sound.enable = true;
|
||||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ mesa ];
|
||||
hardware = {
|
||||
opengl.driSupport32Bit = true;
|
||||
steam-hardware.enable = true;
|
||||
|
|
Loading…
Reference in a new issue