thunar: Add gnome-keyring

This prevents thunar from showing an error message when mounting an
encrypted partition.
This commit is contained in:
Donovan Glover 2023-06-01 15:17:08 -04:00
parent cc5e8f5f71
commit 3950731e82
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,6 +5,7 @@
services.tumbler.enable = true; # Thumbnail support services.tumbler.enable = true; # Thumbnail support
environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support
services.gvfs.enable = true; # Trash support services.gvfs.enable = true; # Trash support
services.gnome.gnome-keyring.enable = true; # Mount support
home-manager.sharedModules = [{ home-manager.sharedModules = [{
xdg.configFile."xfce4/helpers.rc".text = '' xdg.configFile."xfce4/helpers.rc".text = ''