Nemo: Difference between revisions
Denperidge (talk | contribs) Added declarative preference configuration |
Denperidge (talk | contribs) 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 === | ||
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 {{ | </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. | ||