Thunar: Difference between revisions
imported>SuperSamus No edit summary |
imported>Melkor333 Add setting to enable preferene changes |
||
Line 9: | Line 9: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
programs.thunar.enable = true; | programs.thunar.enable = true; | ||
</syntaxhighlight> | |||
== Configuration == | |||
If xfce is not used as desktop and therefore <code>xfconf</code> is not enabled, preference changes are discarded. | |||
In that case enable the <code>xfconf</code> program manually to be able to save preferences: | |||
<syntaxhighlight lang="nix"> | |||
programs.xfconf.enable = true; | |||
</syntaxhighlight> | </syntaxhighlight> | ||