me
/
guix
Archived
1
0
Fork 0

services: greetd: Fix configuration serialization.

* gnu/services/base.scm (make-greetd-terminal-configuration-file): Add missing
'general' section to configuration file.
master
Jelle Licht 2023-01-30 16:40:49 +01:00
parent 6d505fffb4
commit 06e3f239b9
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 1 additions and 0 deletions

View File

@ -3146,6 +3146,7 @@ to handle."
(default-session-command (greetd-default-session-command config)))
(mixed-text-file
config-file-name
"[general]\n"
"source_profile = " (if source-profile? "true" "false") "\n"
"[terminal]\n"
"vt = " terminal-vt "\n"