Label printer support

Such a good name, Labelle. Glad they didn't go with the AI-generated one.
This commit is contained in:
Geoffrey Frogeye 2024-09-15 22:19:20 +02:00
parent 171232cb2e
commit 01934563a5
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 6 additions and 0 deletions

View file

@ -190,6 +190,7 @@
usbutils
dmidecode
lshw
labelle # Label printer
# Locker
(pkgs.writeShellApplication {

View file

@ -76,6 +76,11 @@
# on others I sometimes turn it off when unsuspending.
logind.extraConfig = "HandlePowerKey=ignore";
udev.extraRules = ''
# DYMO LabelPOINT 350
ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0922", ATTRS{idProduct}=="0015", MODE="0666"
'';
};
# TODO Hibernation?