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"; }