PCManFM: Difference between revisions

imported>Makefu
add link to samba wiki page for PCmanFM
imported>Jchv
GIO_EXTRA_MODULES hack is no longer needed according to Jan Tojnar (https://github.com/NixOS/nixpkgs/issues/29137#issuecomment-527579650)
Line 12: Line 12:


==== USB Automounting ====
==== USB Automounting ====
For USB mounting support, install <code>gvfs</code> and add the following line to your configuration:[https://github.com/NixOS/nixpkgs/issues/29137]
For USB mounting support, add the following line to your configuration:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];
   services.gvfs.enable = true;
</syntaxhighlight>
</syntaxhighlight>