epson_201207w: use spaces for indentation
This commit is contained in:
parent
e75795a548
commit
d81fcaedae
|
@ -63,11 +63,11 @@ in
|
||||||
Epson L550 Series
|
Epson L550 Series
|
||||||
Epson L555 Series
|
Epson L555 Series
|
||||||
|
|
||||||
To use the driver adjust your configuration.nix file:
|
To use the driver adjust your configuration.nix file:
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [ pkgs.epson_201207w ];
|
drivers = [ pkgs.epson_201207w ];
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
license = with licenses; [ lgpl21 epson ];
|
license = with licenses; [ lgpl21 epson ];
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
|
|
Loading…
Reference in New Issue