epson_201207w: use spaces for indentation

wip/yesman
zowoq 3 years ago
parent e75795a548
commit d81fcaedae
  1. 10
      pkgs/misc/drivers/epson_201207w/default.nix

@ -63,11 +63,11 @@ in
Epson L550 Series
Epson L555 Series
To use the driver adjust your configuration.nix file:
services.printing = {
enable = true;
drivers = [ pkgs.epson_201207w ];
};
To use the driver adjust your configuration.nix file:
services.printing = {
enable = true;
drivers = [ pkgs.epson_201207w ];
};
'';
license = with licenses; [ lgpl21 epson ];
maintainers = [ maintainers.romildo ];

Loading…
Cancel
Save