summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2026-07-05 16:59:47 +0200
committerJulien Lepiller <julien@lepiller.eu>2026-07-11 08:01:24 +0200
commit675e84a77efcfa059762c0fb29c6824ba794c5ec (patch)
treeb3f2dfdb0cafa0c448770f23b98d5084d6d5f833 /doc
parent48f15b7910d7aed7ef75df10b8f78ec39a4fa85f (diff)
services: Fix typo.
* gnu/services/base.scm (nwg-hello-configuration): Fix typo. * doc/guix.texi: Modify accordingly. Change-Id: I64d91588773978d45d8df3562ef4dde900da9bf0
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 971e016fa41..5eeb3722a13 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22222,10 +22222,10 @@ Command to run when rebooting the device.
22222@item @code{shutdown-command} (default: @code{"loginctl poweroff"}) (type: string) 22222@item @code{shutdown-command} (default: @code{"loginctl poweroff"}) (type: string)
22223Command to run when shutting down the device. 22223Command to run when shutting down the device.
22224 22224
22225@item @code{gtk-theme} (default: @code{"Advaita"}) (type: string) 22225@item @code{gtk-theme} (default: @code{"Adwaita"}) (type: string)
22226GTK theme to use. 22226GTK theme to use.
22227 22227
22228@item @code{icon-theme} (default: @code{"Advaita"}) (type: string) 22228@item @code{icon-theme} (default: @code{"Adwaita"}) (type: string)
22229Icon theme to use. 22229Icon theme to use.
22230 22230
22231@item @code{cursor-theme} (default: @code{"Adwaita"}) (type: string) 22231@item @code{cursor-theme} (default: @code{"Adwaita"}) (type: string)