diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-10 21:28:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-10 23:38:49 +0100 |
commit | 2a4fdb41941ffcc5611a8d6df3ea04a29561aa80 (patch) | |
tree | f7fe12dd991a0b17ed0402484ae2889be5fb1cd9 /doc | |
parent | 8498aee86cc6033ae90a262410a1fb270d88073b (diff) | |
download | guix-2a4fdb41941ffcc5611a8d6df3ea04a29561aa80.tar guix-2a4fdb41941ffcc5611a8d6df3ea04a29561aa80.tar.gz |
services: cups: Add brlaser extension by default.
* gnu/services/cups.scm (cups-configuration): Add brlaser to the default
extensions.
* doc/guix.texi (Printing Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 884224fce6..a0bcb7f01b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17738,7 +17738,7 @@ Available @code{cups-configuration} fields are: The CUPS package. @end deftypevr -@deftypevr {@code{cups-configuration} parameter} package-list extensions (default: @code{(list epson-inkjet-printer-escpr hplip-minimal foomatic-filters splix)}) +@deftypevr {@code{cups-configuration} parameter} package-list extensions (default: @code{(list brlaser epson-inkjet-printer-escpr foomatic-filters hplip-minimal splix)}) Drivers and other extensions to the CUPS package. @end deftypevr |