diff --git a/applications/thunar/default.nix b/applications/thunar/default.nix index 323880e..e3f0044 100644 --- a/applications/thunar/default.nix +++ b/applications/thunar/default.nix @@ -2,8 +2,9 @@ { programs.thunar.enable = true; - services.tumbler.enable = true; - environment.systemPackages = [ pkgs.xfce.exo ]; + services.tumbler.enable = true; # Thumbnail support + environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support + services.gvfs.enable = true; # Trash support home-manager.sharedModules = [{ xdg.configFile."xfce4/helpers.rc".text = ''