Thunar: Difference between revisions
m added Category:File Manager. Link to Thunar on Xfce projectdocs |
m →Plugins: Added a few examples of compatible archive managers. |
||
Line 25: | Line 25: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
programs.thunar.plugins = with pkgs.xfce; [ | programs.thunar.plugins = with pkgs.xfce; [ | ||
thunar-archive-plugin | thunar-archive-plugin # Requires an Archive manager like file-roller, ark, etc | ||
thunar-volman | thunar-volman | ||
]; | ]; |