Udev rules for bigscreen
This commit is contained in:
@ -116,6 +116,8 @@
|
|||||||
zellij
|
zellij
|
||||||
wlx-overlay-s
|
wlx-overlay-s
|
||||||
protonup-ng
|
protonup-ng
|
||||||
|
vivaldi
|
||||||
|
chromium
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
@ -163,6 +165,7 @@
|
|||||||
kdePackages.kdialog
|
kdePackages.kdialog
|
||||||
zenity
|
zenity
|
||||||
htop
|
htop
|
||||||
|
usbutils
|
||||||
|
|
||||||
|
|
||||||
# lemonake.packages.${pkgs.system}.wayvr-dashboard-git
|
# lemonake.packages.${pkgs.system}.wayvr-dashboard-git
|
||||||
@ -242,4 +245,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
# bigscreen udev rule
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="35bd", ATTRS{idProduct}=="0101", MODE="0666"
|
||||||
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="35bd", ATTRS{idProduct}=="0202", MODE="0666"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user