From da5183ecab9e7b4b8847caa14a2e0e60a2068354 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Sep 2024 08:32:38 +0100 Subject: [PATCH] Switch GNOME FileRoller for Xarchiver --- system/desktop.nix | 2 +- system/home/mimeapps/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;