fix(home/linux/gui/base/xdg.nix): fix code typo (dekstop -> desktop)

This commit is contained in:
Sacabambaspis
2024-04-14 01:59:10 +08:00
committed by DataEraserC
parent 6b2168b925
commit 21c9e572af

View File

@@ -68,7 +68,7 @@
"x-scheme-handler/tg" = ["org.telegram.desktop.desktop "];
"audio/*" = ["mpv.desktop"];
"video/*" = ["mpv.dekstop"];
"video/*" = ["mpv.desktop"];
"image/*" = ["imv-dir.desktop"];
"image/gif" = ["imv-dir.desktop"];
"image/jpeg" = ["imv-dir.desktop"];