diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
commit | baa7aa740f5e86a415cccdd35e82e7b043e05d2e (patch) | |
tree | c46bd8ea51dab20a1235abd1311f5abf784c162a /doc | |
parent | 3807af101f8d2faae59ad9eb5131a02c2fec9e78 (diff) | |
download | guix-baa7aa740f5e86a415cccdd35e82e7b043e05d2e.tar.gz guix-baa7aa740f5e86a415cccdd35e82e7b043e05d2e.zip |
doc: Imply that ~/.nix-profile is not a typo.
* doc/guix.texi (Fonts Home Services): Mention Nix.
Reported by zororg in #guix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 409ca2ad62..fcb910e27b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -44160,8 +44160,8 @@ font installation path (@file{~/.guix-home/profile/share/fonts}). If you configure this service directly, be sure to include the above directory. -A typical extension for adding an additional font directory and setting -a font as the default monospace font might look like this: +Here's how you'd extend it to include fonts installed with the Nix +package manager, and to prefer your favourite monospace font: @lisp (simple-service 'additional-fonts-service |