mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
services: greetd: Fix configuration serialization.
* gnu/services/base.scm (make-greetd-terminal-configuration-file): Add missing 'general' section to configuration file.
This commit is contained in:
parent
6d505fffb4
commit
06e3f239b9
1 changed files with 1 additions and 0 deletions
|
@ -3146,6 +3146,7 @@ (define (make-greetd-terminal-configuration-file config)
|
||||||
(default-session-command (greetd-default-session-command config)))
|
(default-session-command (greetd-default-session-command config)))
|
||||||
(mixed-text-file
|
(mixed-text-file
|
||||||
config-file-name
|
config-file-name
|
||||||
|
"[general]\n"
|
||||||
"source_profile = " (if source-profile? "true" "false") "\n"
|
"source_profile = " (if source-profile? "true" "false") "\n"
|
||||||
"[terminal]\n"
|
"[terminal]\n"
|
||||||
"vt = " terminal-vt "\n"
|
"vt = " terminal-vt "\n"
|
||||||
|
|
Loading…
Reference in a new issue