261 current 1970-01-01 01:00:00 23.11.20240320.f091af0 6.1.82 *
This commit is contained in:
parent
abc25ef6ae
commit
3b839f957f
@ -90,11 +90,6 @@
|
|||||||
wget
|
wget
|
||||||
fprintd
|
fprintd
|
||||||
home-manager
|
home-manager
|
||||||
picoprobe-udev-rules
|
|
||||||
teensy-udev-rules
|
|
||||||
qmk-udev-rules
|
|
||||||
game-devices-udev-rules
|
|
||||||
android-udev-rules
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
@ -137,9 +132,19 @@
|
|||||||
};
|
};
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
services.udev = {
|
||||||
ACTION=="add", KERNEL=="event[0-9]*", DEVPATH="/devices/platform/AMDI0010:02/i2c-2/i2c-ELAN2513:00/0018:04F3:2D9C.0001/input/input[0-9]*/event[0-9]*", SYMLINK+="touchscreen0"
|
enable = true;
|
||||||
'';
|
packages = with pkgs; [
|
||||||
|
picoprobe-udev-rules
|
||||||
|
teensy-udev-rules
|
||||||
|
qmk-udev-rules
|
||||||
|
game-devices-udev-rules
|
||||||
|
android-udev-rules
|
||||||
|
];
|
||||||
|
extraRules = ''
|
||||||
|
ACTION=="add", KERNEL=="event[0-9]*", DEVPATH="/devices/platform/AMDI0010:02/i2c-2/i2c-ELAN2513:00/0018:04F3:2D9C.0001/input/input[0-9]*/event[0-9]*", SYMLINK+="touchscreen0"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user