mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 20:00:50 +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;
|
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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user