mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 14:30:42 +00:00
Add support for hplip (HP printers)
This commit is contained in:
parent
8dd2a143ac
commit
bb1915e3dd
3 changed files with 12 additions and 2 deletions
|
@ -98,7 +98,10 @@
|
|||
};
|
||||
|
||||
workstation = {
|
||||
printing.enable = true;
|
||||
printing = {
|
||||
enable = true;
|
||||
hplip.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue