xdg: fix typo in settings which prevented default apps from being set
This commit is contained in:
parent
f598491ab3
commit
286fcc67d2
2 changed files with 17 additions and 31 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue