1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(printing): no scanning, no hplip plugin, no waiting two hours for it to build ❤

This commit is contained in:
2022-07-19 22:05:06 +02:00
parent f9f17b59a7
commit e5d63b92d7

View File

@@ -1,17 +1,12 @@
{pkgs, ...}: let
inherit (import <niveum/lib>) localAddresses;
hp-driver = pkgs.hplipWithPlugin;
hp-driver = pkgs.hplip;
in {
services.printing = {
enable = true;
drivers = [hp-driver];
};
hardware.sane = {
enable = true;
extraBackends = [hp-driver];
};
environment.systemPackages = [
pkgs.system-config-printer
];
@@ -39,4 +34,3 @@ in {
HP/hp-officejet_4650_series.ppd.gz
drv:///hp/hpcups.drv/hp-officejet_4650_series.ppd
*/