hp printer support
This commit is contained in:
parent
6a5fc005af
commit
ad9c60fafa
2 changed files with 6 additions and 1 deletions
|
|
@ -8,7 +8,10 @@
|
|||
};
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [ hplip ];
|
||||
drivers = with pkgs; [
|
||||
hplip
|
||||
hplipWithPlugin
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue