Nemo: Difference between revisions

m Declarative preference configuration phrasing change
Added gvfs note
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


Install the {{nixos:package|nemo-with-extensions}} or {{nixos:package|nemo}} package.  
Install the {{nixos:package|nemo-with-extensions}} or {{nixos:package|nemo}} package.  
{{Note|Nemo uses the gvfs service for the Devices & Network tabs. If they aren't showing up in NixOS, make sure to set {{Nixos:package|services.gvfs.enable}} to true}}


== Configuration ==
== Configuration ==
Line 115: Line 117:
   ];
   ];
}
}
</syntaxhighlight>You can use {{Nixpkg|dconf-editor}} to view existing dconf entries made through the Nemo preferences menu, or use [https://github.com/Denperidge/scripts/blob/main/development/dconf-to-nixos dconf-to-nixos] to export your current preferences into copy-pasteable NixOS settings.
</syntaxhighlight>You can use {{Nixos:package|dconf-editor}} to view existing dconf entries made through the Nemo preferences menu, or use [https://github.com/Denperidge/scripts/blob/main/development/dconf-to-nixos dconf-to-nixos] to export your current preferences into copy-pasteable NixOS settings.