From c22fb88c5efd742ec427862294791c673ad053e0 Mon Sep 17 00:00:00 2001 From: willifan Date: Sat, 25 May 2024 23:21:47 +0200 Subject: [PATCH] added Thunar dependencies --- users/willifan/graphical/hyprland/common/hyprland.nix | 2 +- users/willifan/graphical/thunar.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/users/willifan/graphical/hyprland/common/hyprland.nix b/users/willifan/graphical/hyprland/common/hyprland.nix index b403af2..2da7861 100644 --- a/users/willifan/graphical/hyprland/common/hyprland.nix +++ b/users/willifan/graphical/hyprland/common/hyprland.nix @@ -124,7 +124,7 @@ windowrule = [ "idleinhibit fullscreen, ^(firefox)$" - "float, ^(thunar)$" + "float, ^(Thunar)$" "stayfocused, title:^(Enpass Assistant)$" "pin, title:^(Enpass Assistant)$" "center, title:^(Enpass Assistant)$" diff --git a/users/willifan/graphical/thunar.nix b/users/willifan/graphical/thunar.nix index a0908b7..ba51967 100644 --- a/users/willifan/graphical/thunar.nix +++ b/users/willifan/graphical/thunar.nix @@ -8,5 +8,10 @@ thunar-archive-plugin thunar-volman ]; + }; + + services.gvfs.enable = true; # Mount, trash, and other functionalities + services.tumbler.enable = true; # Thumbnail support for images + } \ No newline at end of file