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, | For USB mounting support, add the following line to your configuration: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
services.gvfs.enable = true; | |||
</syntaxhighlight> | </syntaxhighlight> | ||