Nemo: Difference between revisions

Added declarative preference configuration
m Fixed link to dconf-editor
 
(One intermediate revision by the same user not shown)
Line 91: Line 91:


=== Declarative preference configuration ===
=== Declarative preference configuration ===
Certain aspects of Nemo can be configured decoratively.<syntaxhighlight lang="nixos">
Nemo preferences can be configured decoratively.<syntaxhighlight lang="nixos">
{
{
   programs.dconf.profiles.user.databases = [
   programs.dconf.profiles.user.databases = [
Line 115: Line 115:
   ];
   ];
}
}
</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.