thunar: add thunar-archive-plugin
This commit is contained in:
parent
4cd4c6e45d
commit
3dab60d614
|
@ -265,7 +265,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
|
||||
|
|
Loading…
Reference in a new issue