home: Manage xdg mimeapps
This commit is contained in:
parent
80b16dddb2
commit
25947a3010
|
@ -45,5 +45,14 @@ in
|
||||||
gtk-enable-tooltips = 0
|
gtk-enable-tooltips = 0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
|
"image/png" = "mpv.desktop";
|
||||||
|
"image/jpeg" = "mpv.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue