steam: add udev rule for controller

This commit is contained in:
Bloxx12 2025-07-25 16:58:26 +02:00
commit 7533a9fc02

View file

@ -31,7 +31,10 @@ in
gamescopeSession.enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin.steamcompattool ];
};
# See
services.udev.extraRules = ''
SUBSYSTEM=="input", ATTRS{idVendor}=="2dc8", ATTRS{idProduct}=="3106", MODE="0660", GROUP="input"
''; # See
# https://wiki.nixos.org/wiki/GameMode
programs.gamemode.enable = true;
};