1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

home: xdg-mime-applications: Fix file name spelling.

* gnu/home/services/xdg.scm (home-xdg-mime-applications-xdg-files): Fix
spelling mistake.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Change-Id: Ibd0f68a857dc78b66db8b0a16bd418ee787fa467
This commit is contained in:
Nicolas Graves
2024-09-28 23:28:41 +02:00
committed by Hilton Chain
parent cbf46d2565
commit 6fb05e77e7

View File

@@ -476,7 +476,7 @@ that the application cannot open the specified MIME type.")
(define (home-xdg-mime-applications-xdg-files config)
`(("mimeapps.list"
,(mixed-text-file
"xdg-mime-appplications"
"xdg-mime-applications"
(serialize-configuration
config
home-xdg-mime-applications-configuration-fields)))))