meta: Enable gvfs

This gives thunar, nvim-tree, and other programs access to the trash and
other directories.
This commit is contained in:
Donovan Glover 2023-05-25 17:11:30 -04:00
parent 878ba60863
commit 6af5e5c6cc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,8 +2,9 @@
{ {
programs.thunar.enable = true; programs.thunar.enable = true;
services.tumbler.enable = true; services.tumbler.enable = true; # Thumbnail support
environment.systemPackages = [ pkgs.xfce.exo ]; environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support
services.gvfs.enable = true; # Trash support
home-manager.sharedModules = [{ home-manager.sharedModules = [{
xdg.configFile."xfce4/helpers.rc".text = '' xdg.configFile."xfce4/helpers.rc".text = ''