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 = {
enable = true;
drivers = with pkgs; [ hplip ];
drivers = with pkgs; [
hplip
hplipWithPlugin
];
};
};

View file

@ -28,6 +28,8 @@
blueman
shared-mime-info
usbutils
hplipWithPlugin
android-tools
scrcpy