home: zathura: add MIME associations

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent ef6703a735
commit 9f184ce491

View file

@ -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" ];
};
};
} }