fix thunar config overwrite

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-02-10 09:37:52 +01:00
parent 49a9f3f169
commit b0684b2e56

View File

@@ -79,7 +79,8 @@ in {
remove_files=false remove_files=false
''; '';
home.file.".config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml".text = '' home.file.".config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml" = {
text = ''
<?xml version="1.1" encoding="UTF-8"?> <?xml version="1.1" encoding="UTF-8"?>
<channel name="thunar" version="1.0"> <channel name="thunar" version="1.0">
@@ -126,6 +127,8 @@ in {
<property name="misc-show-delete-action" type="bool" value="false"/> <property name="misc-show-delete-action" type="bool" value="false"/>
</channel> </channel>
''; '';
force = true;
};
xdg.configFile."Thunar/uca.xml".text = '' xdg.configFile."Thunar/uca.xml".text = ''
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>