Convert Zathura configuration to module

This commit is contained in:
Yorick Barbanneau 2023-12-30 13:45:59 +01:00
parent 5eb724a0c4
commit 98be8e8da4
5 changed files with 27 additions and 14 deletions

View file

@ -1,13 +0,0 @@
_: {
programs.zathura = {
enable = true;
options = {
selection-clipboard = "clipboard";
font = "Fira Sans 12";
recolor = true;
};
};
xdg.mimeApps.defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
};
}