[louise] set proper printer driver
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
services.printing.drivers = [
|
||||
(pkgs.writeTextDir "share/cups/model/brother5350.ppd" (builtins.readFile ../modules/BR5350_2_GPL.ppd))
|
||||
];
|
||||
|
||||
services.acpid.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user