From 3950731e821d1e219a621fe8ce5d09bcbe75a287 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 1 Jun 2023 15:17:08 -0400 Subject: [PATCH] thunar: Add gnome-keyring This prevents thunar from showing an error message when mounting an encrypted partition. --- applications/thunar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/thunar/default.nix b/applications/thunar/default.nix index e3f00447..fbc150e5 100644 --- a/applications/thunar/default.nix +++ b/applications/thunar/default.nix @@ -5,6 +5,7 @@ services.tumbler.enable = true; # Thumbnail support environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support services.gvfs.enable = true; # Trash support + services.gnome.gnome-keyring.enable = true; # Mount support home-manager.sharedModules = [{ xdg.configFile."xfce4/helpers.rc".text = ''