home: feh: add MIME association

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent e43ba3d0f0
commit b9a197228b

View file

@ -10,4 +10,11 @@ in
config.programs.feh = lib.mkIf cfg.enable { config.programs.feh = lib.mkIf cfg.enable {
enable = true; enable = true;
}; };
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
applications.media.image = {
bitmap = "feh.desktop";
vector = "feh.desktop";
};
};
} }