hp printer support

This commit is contained in:
Satria 2026-02-10 20:28:54 +07:00
commit ad9c60fafa
2 changed files with 6 additions and 1 deletions

View file

@ -8,7 +8,10 @@
}; };
printing = { printing = {
enable = true; enable = true;
drivers = with pkgs; [ hplip ]; drivers = with pkgs; [
hplip
hplipWithPlugin
];
}; };
}; };

View file

@ -29,6 +29,8 @@
shared-mime-info shared-mime-info
usbutils usbutils
hplipWithPlugin
android-tools android-tools
scrcpy scrcpy
distrobox distrobox