home: firefox: add MIME associations

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

View file

@ -79,4 +79,8 @@ in
}; };
}; };
}; };
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
applications.editor = [ "firefox.desktop" ];
};
} }