home: zathura: add MIME associations
This commit is contained in:
parent
a2b9fd42a1
commit
2f952be60f
1 changed files with 8 additions and 0 deletions
|
|
@ -17,4 +17,12 @@ in
|
||||||
"statusbar-home-tilde" = true;
|
"statusbar-home-tilde" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
|
||||||
|
applications.media.document = {
|
||||||
|
comic = "org.pwmt.zathura.desktop";
|
||||||
|
ebook = "org.pwmt.zathura.desktop";
|
||||||
|
pdf = "org.pwmt.zathura.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue