Require mesa package for steam rather than gamescope

This commit is contained in:
Evie Litherland-Smith 2023-12-25 19:25:24 +00:00
parent d5ff4bfe1e
commit f1525ef8ee
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,5 @@
{ pkgs, user, ... }: {
{ user, ... }: {
imports = [ ./default.nix ./steam.nix ];
environment.systemPackages = with pkgs; [ mesa ];
sound.enable = true;
hardware = {
pulseaudio.enable = false;

View file

@ -1,4 +1,5 @@
{ ... }: {
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ mesa ];
hardware = {
opengl.driSupport32Bit = true;
steam-hardware.enable = true;