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 ];
|
imports = [ ./default.nix ./steam.nix ];
|
||||||
environment.systemPackages = with pkgs; [ mesa ];
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware = {
|
hardware = {
|
||||||
pulseaudio.enable = false;
|
pulseaudio.enable = false;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [ mesa ];
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl.driSupport32Bit = true;
|
opengl.driSupport32Bit = true;
|
||||||
steam-hardware.enable = true;
|
steam-hardware.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue