thunar: add thunar-archive-plugin

This commit is contained in:
Alexandre Cavalheiro 2024-08-19 20:34:04 -03:00
parent d649bd5a32
commit 2e2f675d01
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -307,7 +307,10 @@ in
};
# Enable Thunar and it's dependencies
programs.thunar.enable = true;
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin ];
};
programs.xfconf.enable = true; # For configuring
services.gvfs.enable = true; # For mounting drives, trash, etc.
services.tumbler.enable = true; # Thumbnail support