NixOS 24.11: Remove remaining warnings
This commit is contained in:
parent
495b9cb2e1
commit
1fb9a149a5
2 changed files with 43 additions and 42 deletions
|
@ -3,7 +3,7 @@
|
|||
config = lib.mkIf config.frogeye.gaming
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
hardware.opengl.driSupport32Bit = true; # Enables support for 32bit libs that steam uses
|
||||
hardware.graphics.enable32Bit = true; # Needed by Steam
|
||||
services = {
|
||||
udev.packages = [ pkgs.python3Packages.ds4drv ];
|
||||
xserver.config = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue