PCManFM: Difference between revisions

imported>Jchv
GIO_EXTRA_MODULES hack is no longer needed according to Jan Tojnar (https://github.com/NixOS/nixpkgs/issues/29137#issuecomment-527579650)
imported>Jchv
m Make indentation consistent between code blocks.
Line 15: Line 15:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
  services.gvfs.enable = true;
    services.gvfs.enable = true;
</syntaxhighlight>
</syntaxhighlight>