Add support for hplip (HP printers)

This commit is contained in:
ItsDrike 2024-06-19 19:22:02 +02:00
parent 8dd2a143ac
commit bb1915e3dd
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 12 additions and 2 deletions

View file

@ -98,7 +98,10 @@
};
workstation = {
printing.enable = true;
printing = {
enable = true;
hplip.enable = true;
};
};
home-manager = {