mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: services sddm Fix typo.
* gnu/services/sddm.scm: sddm-confiugration? --> sddm-configuration?
This commit is contained in:
parent
7bc2f3ac14
commit
6f30a55c96
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ (define-module (gnu services sddm)
|
|||
#:use-module (guix gexp)
|
||||
#:use-module (guix records)
|
||||
#:export (sddm-configuration
|
||||
sddm-confiugration?
|
||||
sddm-configuration?
|
||||
sddm-service-type
|
||||
sddm-service))
|
||||
|
||||
|
|
Loading…
Reference in a new issue