From ba54c694d5b52087d3fdebfe55749b70a6139926 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 26 Dec 2025 17:55:40 +0100 Subject: [PATCH] feat: switch to `nautilus` --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index ee91626..c2d23a3 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -56,7 +56,7 @@ home.file.".cache/nwg-dock-pinned".text = '' chromium-browser - thunar + nautilus ${if (host == "sakura") then "darktable" else ""} ${if (host == "sakura") then "flstudio" else ""} ${if (host == "iris") then "steam" else ""} @@ -264,7 +264,7 @@ "$mainMod, D, exec, bemenu-run -l 5 --ignorecase" "SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png" "SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png" - "$mainMod, E, exec, thunar" + "$mainMod, E, exec, nautilus" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "$mainMod, C,exec, hyprpicker -a" "$mainMod, W,exec, wallpaper-picker"