diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 628d72b..d72ddba 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -132,6 +132,10 @@ }; services.blueman.enable = true; + services.udev.extraRules = '' + ACTION=="add", KERNEL=="event[0-9]*", ATTRS{name}=="ELAN2513:00 04F3:2D9C", SYMLINK+="touchscreen0" + ''; + # Enable the OpenSSH daemon. # services.openssh.enable = true;