From 2fa91a97f97527d7b0821d096611ea6d6033bfbe Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 17 Oct 2024 09:00:59 +0700 Subject: [PATCH] hyprland: removed thunar and added nautilus as file manager --- home/modules/hyprland/hyprland.nix | 2 +- system/modules/hyprland.nix | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/home/modules/hyprland/hyprland.nix b/home/modules/hyprland/hyprland.nix index 1f1bec1..9a760ea 100644 --- a/home/modules/hyprland/hyprland.nix +++ b/home/modules/hyprland/hyprland.nix @@ -76,7 +76,7 @@ in bind = [ # Programs ''$mod, RETURN, exec, footclient'' - "$mod, E, exec, thunar" + "$mod, E, exec, nautilus" "$mod, B, exec, microsoft-edge" "$mod, BackSpace, exec, wlogout" "$mod, S, exec, foot ssh homeserver@vpn.tigor.web.id" diff --git a/system/modules/hyprland.nix b/system/modules/hyprland.nix index e1ece9b..5b40c8c 100644 --- a/system/modules/hyprland.nix +++ b/system/modules/hyprland.nix @@ -5,13 +5,6 @@ let in { config = lib.mkIf cfg.enable { - programs.thunar = { - enable = true; - plugins = with pkgs.xfce; [ - thunar-volman - thunar-archive-plugin - ]; - }; programs.xfconf.enable = true; programs.hyprland = { enable = true; @@ -20,6 +13,8 @@ in }; services.gvfs.enable = true; # Mount, trash, and other functionalities services.tumbler.enable = true; # Thumbnail support for images + programs.nautilus-open-any-terminal.enable = true; + services.gnome.sushi.enable = true; # File previewer environment = { sessionVariables = { @@ -31,6 +26,8 @@ in poppler # .pdf filees ffmpegthumbnailer # video thumbnailer mcomix # comicbook archives + gnome.nautilus # file manager + gwenview # Hyprland Programs