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:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user