Set default opener for zip files

This commit is contained in:
Elnu 2023-01-12 15:04:49 -08:00
parent 3282462014
commit 0461a90ff8

View file

@ -29,6 +29,7 @@ in
# mimetypes can be found with the mimetype command:
# nix-shell -p perl536Packages.FileMimeInfo
"inode/directory" = "org.gnome.Nautilus.desktop";
"application/zip" = "org.gnome.FileRoller.desktop";
};
};