home printer
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
drivers = [
|
||||
pkgs.cups-filters
|
||||
pkgs.cups-browsed
|
||||
(pkgs.writeTextDir "share/cups/model/myPrint_PS.ppd" (builtins.readFile ./../../myPrint_PS.ppd))
|
||||
(pkgs.writeTextDir "share/cups/model/myPrint_PS.ppd" (builtins.readFile ./../../drivers/myPrint_PS.ppd))
|
||||
];
|
||||
};
|
||||
|
||||
@@ -68,6 +68,15 @@
|
||||
PageSize = "A4";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "Home-Print";
|
||||
location = "Home";
|
||||
deviceUri = "usb://Brother/DCP-7010?serial=000C7J383164";
|
||||
model = "drv:///sample.drv/generic.ppd";
|
||||
ppdOptions = {
|
||||
PageSize = "A4";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user