diff --git a/quirks/steam.nix b/quirks/steam.nix index cec7f49..7fe186c 100644 --- a/quirks/steam.nix +++ b/quirks/steam.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./32bit.nix @@ -7,4 +7,7 @@ hardware = { steam-hardware.enable = true; }; + environment.systemPackages = [ + pkgs.steam-devices-udev-rules + ]; }