1
0
Fork 0

improvements

This commit is contained in:
Lukas Wurzinger 2025-07-03 13:19:03 +02:00
parent e1bc1f1252
commit 7ace9772d6
No known key found for this signature in database
5 changed files with 29 additions and 38 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}:
let
@ -10,9 +11,9 @@ in
options.hardware.gcadapter.enable = lib.mkEnableOption "GameCube Adapter support";
config = lib.mkIf cfg.enable {
services.udev.extraRules = ''
ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="666", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device" TAG+="uaccess"
'';
services.udev.packages = [
pkgs.dolphin-emu
];
boot = {
extraModulePackages = [