Add steam-devices-udev-rules for steam quirk

This commit is contained in:
2025-09-02 22:59:31 +03:00
parent dc94ea6ef4
commit 6e02ce3b15

View File

@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
./32bit.nix
@@ -7,4 +7,7 @@
hardware = {
steam-hardware.enable = true;
};
environment.systemPackages = [
pkgs.steam-devices-udev-rules
];
}