nixos/system-config-printer: depends on packagekit

This commit is contained in:
Symphorien Gibol
2019-10-13 00:09:40 +02:00
parent a24e9b6787
commit 172950661f
@@ -33,6 +33,9 @@ with lib;
pkgs.system-config-printer
];
# for $out/bin/install-printer-driver
services.packagekit.enable = true;
};
}