From 1722b1bc138903424c4b0bc7cd70cdee4153c54a Mon Sep 17 00:00:00 2001 From: etwas Date: Wed, 11 Dec 2024 15:18:12 +0100 Subject: [PATCH] feat(hypr): use nautilus as file manager --- home/wm/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/wm/hyprland.nix b/home/wm/hyprland.nix index 9c2d4fa..4b10d0a 100644 --- a/home/wm/hyprland.nix +++ b/home/wm/hyprland.nix @@ -106,6 +106,7 @@ hyprshot = lib.getExe pkgs.hyprshot; rofi = lib.getExe pkgs.rofi-wayland; swaylock = lib.getExe pkgs.swaylock; + nautilus = lib.getExe pkgs.nautilus; workspaces = [ "1" "2" @@ -122,7 +123,7 @@ # Main binds "$mod SHIFT,M,exit," "$mod,Q,exec,${alacritty}" - "$mod,E,exec,${alacritty} -e ranger" + "$mod,E,exec,${nautilus}" "$mod,W,killactive," "$mod,V,togglefloating," "$mod,P,pseudo,"