diff --git a/applications/thunar/default.nix b/applications/thunar/default.nix index fbc150e5..26a748c6 100644 --- a/applications/thunar/default.nix +++ b/applications/thunar/default.nix @@ -3,7 +3,11 @@ { programs.thunar.enable = true; services.tumbler.enable = true; # Thumbnail support - environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support + environment.systemPackages = with pkgs; [ + xfce.exo # Open with kitty support + glib + (pkgs.callPackage ./go-thumbnailer {}) + ]; services.gvfs.enable = true; # Trash support services.gnome.gnome-keyring.enable = true; # Mount support