From ce22b312b39a41b3c7c46aae65cfbb2b88dbafe7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 03:36:40 -0400 Subject: [PATCH] added thunar config to system hyprland module --- home/hyprland.nix | 2 -- modules/hyprland.nix | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 7cd8da84..c05eca9b 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -16,7 +16,6 @@ pavucontrol playerctl udiskie - xfce.thunar ]; services.mako = { @@ -27,7 +26,6 @@ borderRadius = 10; defaultTimeout = 10000; padding = "15"; - }; wayland.windowManager.hyprland = { diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 644bbbf8..11fdadba 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -12,5 +12,16 @@ services.gnome.gnome-keyring.enable = true; + programs.xfconf.enable = true; + programs.thunar = { + enable = true; + plugins = with pkgs.xfce; [ + thunar-archive-plugin + thunar-volman + ]; + }; + services.gvfs.enable = true; # Mount, trash, and other functionalities + services.tumbler.enable = true; # Thumbnail support for images + environment.sessionVariables.NIXOS_OZONE_WL = "1"; }