diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index d3910fe..6cad46d 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -386,8 +386,18 @@ adwaita-qt adwaita-qt6 grimblast + xfce.thunar ]; + # Hyprland-specific shell configuration + programs.zsh.initContent = '' + # Open current directory in Thunar file manager (background) + open() { + thunar "''${1:-.}" &>/dev/null & + disown + } + ''; + # Cursor theme configuration home.pointerCursor = { name = "Bibata-Modern-Ice";