mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
meta: Enable gvfs
This gives thunar, nvim-tree, and other programs access to the trash and other directories.
This commit is contained in:
parent
878ba60863
commit
6af5e5c6cc
@ -2,8 +2,9 @@
|
||||
|
||||
{
|
||||
programs.thunar.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
environment.systemPackages = [ pkgs.xfce.exo ];
|
||||
services.tumbler.enable = true; # Thumbnail support
|
||||
environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support
|
||||
services.gvfs.enable = true; # Trash support
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
xdg.configFile."xfce4/helpers.rc".text = ''
|
||||
|
Loading…
Reference in New Issue
Block a user