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 /gnu/services | |
| parent | 48f15b7910d7aed7ef75df10b8f78ec39a4fa85f (diff) | |
services: Fix typo.
* gnu/services/base.scm (nwg-hello-configuration): Fix typo.
* doc/guix.texi: Modify accordingly.
Change-Id: I64d91588773978d45d8df3562ef4dde900da9bf0
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/base.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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") |
