diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2024-09-28 23:28:41 +0200 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2024-09-29 22:21:34 +0800 |
| commit | 6fb05e77e7c5f8849514e25ce3c3fee3edb20f79 (patch) | |
| tree | 1e2ca71fac2853cc1b9494e8a53e6b5c2cc09bfb /gnu/home | |
| parent | cbf46d2565112180fe7b316b2530293ed2d3acf3 (diff) | |
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
Diffstat (limited to 'gnu/home')
| -rw-r--r-- | gnu/home/services/xdg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm index 958772696bd..872db6902af 100644 --- a/gnu/home/services/xdg.scm +++ b/gnu/home/services/xdg.scm @@ -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))))) |
