diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2026-07-05 16:59:47 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-07-11 08:01:24 +0200 |
| commit | 675e84a77efcfa059762c0fb29c6824ba794c5ec (patch) | |
| tree | b3f2dfdb0cafa0c448770f23b98d5084d6d5f833 | |
| parent | 48f15b7910d7aed7ef75df10b8f78ec39a4fa85f (diff) | |
services: Fix typo.
* gnu/services/base.scm (nwg-hello-configuration): Fix typo.
* doc/guix.texi: Modify accordingly.
Change-Id: I64d91588773978d45d8df3562ef4dde900da9bf0
| -rw-r--r-- | doc/guix.texi | 4 | ||||
| -rw-r--r-- | gnu/services/base.scm | 4 |
2 files changed, 4 insertions, 4 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) |
| 22223 | Command to run when shutting down the device. | 22223 | Command 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) |
| 22226 | GTK theme to use. | 22226 | GTK 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) |
| 22229 | Icon theme to use. | 22229 | Icon 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) |
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 0e4f6233311..8653fb244f5 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm | |||
| @@ -4090,10 +4090,10 @@ elements of the list result in @code{#t} when applying PRED? on them." | |||
| 4090 | (string "loginctl poweroff") | 4090 | (string "loginctl poweroff") |
| 4091 | "Command to run when shutting down the device.") | 4091 | "Command to run when shutting down the device.") |
| 4092 | (gtk-theme | 4092 | (gtk-theme |
| 4093 | (string "Advaita") | 4093 | (string "Adwaita") |
| 4094 | "GTK theme to use.") | 4094 | "GTK theme to use.") |
| 4095 | (icon-theme | 4095 | (icon-theme |
| 4096 | (string "Advaita") | 4096 | (string "Adwaita") |
| 4097 | "Icon theme to use.") | 4097 | "Icon theme to use.") |
| 4098 | (cursor-theme | 4098 | (cursor-theme |
| 4099 | (string "Adwaita") | 4099 | (string "Adwaita") |
