[ASUS] règles udev steam controller présentes dans unstable

This commit is contained in:
nyanloutre 2018-10-06 01:15:48 +02:00
parent dbb54f1aaf
commit 1add101da1
2 changed files with 1 additions and 44 deletions

View file

@ -13,7 +13,6 @@
nixpkgs.overlays = [
(import ../../overlays/steam.nix)
(import ../../overlays/steamcontroller-udev-rules.nix)
(import ../../overlays/ledger-udev-rules.nix)
];
@ -27,11 +26,11 @@
# For Steam
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
hardware.steam-hardware.enable = true;
hardware.u2f.enable = true;
services.udev.packages = with pkgs; [
steamcontroller-udev-rules
ledger-udev-rules
];