Browse Source
gnu: services sddm Fix typo.
* gnu/services/sddm.scm: sddm-confiugration? --> sddm-configuration?
wip-deploy
John Darrington
6 years ago
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with
1 additions and
1 deletions
-
gnu/services/sddm.scm
|
|
@ -29,7 +29,7 @@ |
|
|
|
#:use-module (guix gexp) |
|
|
|
#:use-module (guix records) |
|
|
|
#:export (sddm-configuration |
|
|
|
sddm-confiugration? |
|
|
|
sddm-configuration? |
|
|
|
sddm-service-type |
|
|
|
sddm-service)) |
|
|
|
|
|
|
|