Switch GNOME FileRoller for Xarchiver

This commit is contained in:
Evie Litherland-Smith 2024-09-21 08:32:38 +01:00
parent 3d0b106594
commit da5183ecab
2 changed files with 3 additions and 3 deletions

View file

@ -13,6 +13,7 @@
libsecret
libnotify
xdg-utils
xarchiver
hunspell
hunspellDicts.en_GB-large
];
@ -32,7 +33,6 @@
dconf.enable = true;
noisetorch.enable = true;
kdeconnect.enable = true;
file-roller.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [

View file

@ -48,9 +48,9 @@ in
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
"application/epub+zip" = [ "org.pwmt.zathura.desktop" ];
"application/msword" = [ "writer.desktop" ];
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
"application/zip" = [ "xarchiver.desktop" ];
"application/x-archive" = [ "org.gnome.FileRoller.desktop" ];
"application/x-archive" = [ "xarchiver.desktop" ];
"application/x-extension-htm" = browser;
"application/x-extension-html" = browser;
"application/x-extension-shtml" = browser;