From 87115fb3f9ffc4df3e802a0e9f2f04cc00862863 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 9 Apr 2024 20:44:44 -0400 Subject: [PATCH] hyprland: replace thunar with nautilus and gnome file roller --- homeManagerModules/desktopEnv/hypr/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/homeManagerModules/desktopEnv/hypr/default.nix b/homeManagerModules/desktopEnv/hypr/default.nix index 37a538bc..62bd2f79 100644 --- a/homeManagerModules/desktopEnv/hypr/default.nix +++ b/homeManagerModules/desktopEnv/hypr/default.nix @@ -33,20 +33,16 @@ brightnessctl celluloid evince + gnome.file-roller + gnome.nautilus hyprcursor hyprland-protocols hyprnome hyprshot kdePackages.polkit-kde-agent-1 playerctl - xarchiver xfce.exo xfce.ristretto - xfce.thunar - xfce.thunar-archive-plugin - xfce.thunar-media-tags-plugin - xfce.thunar-volman - xfce.tumbler xfce.xfce4-settings xfce.xfce4-taskmanager xfce.xfconf @@ -72,7 +68,7 @@ # Default apps browser = pkgs.firefox + "/bin/firefox"; - fileManager = pkgs.xfce.thunar + "/bin/thunar"; + fileManager = pkgs.gnome.nautilus + "/bin/nautilus"; editor = pkgs.vscodium + "/bin/codium"; terminal = pkgs.alacritty + "/bin/alacritty";