xdg: fix typo in settings which prevented default apps from being set

This commit is contained in:
Fabian Montero 2025-08-28 16:25:44 -06:00
parent f598491ab3
commit 286fcc67d2
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 17 additions and 31 deletions

View file

@ -61,8 +61,8 @@ in {
mimeApps = {
enable = true;
defaultApplications = {
"application/pdf" = with pkgs; ["qpdfview"];
"x-scheme-handler/file" = with pkgs; ["foot"];
"application/pdf" = with pkgs; ["qpdfview.desktop"];
"x-scheme-handler/file" = with pkgs; ["foot.desktop"];
};
};
};