fix zip files not using file-roller

This commit is contained in:
valerie 2024-10-08 20:23:54 -04:00
parent e08aa5df7d
commit 8c831072e8
Signed by: valnyx
GPG key ID: CC10324DD962CB7E

View file

@ -52,4 +52,9 @@ in {
programs.git.enable = true;
systemd.user.startServices = "sd-switch";
};
xdg.mime = {
defaultApplications = {
"applications/zip" = "org.gnome.FileRoller.desktop";
};
};
}