From 5a7816aec814e72c09a30d57c7b29221bb124006 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 3 Jun 2023 10:34:35 -0400 Subject: [PATCH] thunar: Add glib Unfortunately I don't remember why glib is needed but it may have been mounting related. --- applications/thunar/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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