diff --git a/system/desktop.nix b/system/desktop.nix index ab83a9c6..d094fe92 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -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; [ diff --git a/system/home/mimeapps/default.nix b/system/home/mimeapps/default.nix index 527cc808..6a2d5cc1 100644 --- a/system/home/mimeapps/default.nix +++ b/system/home/mimeapps/default.nix @@ -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;