mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(printing): add system-config-printer
how could i live without this?
This commit is contained in:
@@ -12,6 +12,13 @@ in {
|
||||
extraBackends = [hp-driver];
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.system-config-printer
|
||||
];
|
||||
|
||||
# allow connecting to .local printers
|
||||
services.avahi.nssmdns = true;
|
||||
|
||||
hardware.printers.ensurePrinters = [
|
||||
{
|
||||
name = "OfficeJet";
|
||||
|
||||
Reference in New Issue
Block a user