added hp driver

This commit is contained in:
Jakub Kropáček 2024-11-28 10:59:48 +01:00
parent 8553329a6a
commit 692076deb1

View file

@ -129,7 +129,10 @@
};
printing = {
enable = true;
drivers = [ pkgs.samsung-unified-linux-driver ];
drivers = [
pkgs.samsung-unified-linux-driver
pkgs.hplipWithPlugin
];
};
};