Add steam-devices-udev-rules for steam quirk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./32bit.nix
|
||||
@@ -7,4 +7,7 @@
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.steam-devices-udev-rules
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user