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 = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = with pkgs; [ hplip ];
|
drivers = with pkgs; [
|
||||||
|
hplip
|
||||||
|
hplipWithPlugin
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,8 @@
|
||||||
blueman
|
blueman
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
usbutils
|
usbutils
|
||||||
|
|
||||||
|
hplipWithPlugin
|
||||||
|
|
||||||
android-tools
|
android-tools
|
||||||
scrcpy
|
scrcpy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue