Label printer support
Such a good name, Labelle. Glad they didn't go with the AI-generated one.
This commit is contained in:
parent
171232cb2e
commit
01934563a5
|
@ -190,6 +190,7 @@
|
||||||
usbutils
|
usbutils
|
||||||
dmidecode
|
dmidecode
|
||||||
lshw
|
lshw
|
||||||
|
labelle # Label printer
|
||||||
|
|
||||||
# Locker
|
# Locker
|
||||||
(pkgs.writeShellApplication {
|
(pkgs.writeShellApplication {
|
||||||
|
|
|
@ -76,6 +76,11 @@
|
||||||
# on others I sometimes turn it off when unsuspending.
|
# on others I sometimes turn it off when unsuspending.
|
||||||
logind.extraConfig = "HandlePowerKey=ignore";
|
logind.extraConfig = "HandlePowerKey=ignore";
|
||||||
|
|
||||||
|
udev.extraRules = ''
|
||||||
|
# DYMO LabelPOINT 350
|
||||||
|
ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0922", ATTRS{idProduct}=="0015", MODE="0666"
|
||||||
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO Hibernation?
|
# TODO Hibernation?
|
||||||
|
|
Loading…
Reference in a new issue