Thunar: Difference between revisions
imported from old wiki |
m →Plugins: Added a few examples of compatible archive managers. |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Thunar is a GTK file manager originally made for [[Xfce]]. | [https://docs.xfce.org/xfce/thunar/start Thunar] is a GTK file manager originally made for [[Xfce]]. | ||
== Installation == | == Installation == | ||
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 | ||
]; | ]; | ||
Line 47: | Line 47: | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:File Manager]] |