home(plasma): do not back up gtkrc-2.0

This commit is contained in:
514fpv 2024-05-14 11:40:32 +08:00
parent 02c46ca815
commit 0136eeca2b
Signed by: koishi
SSH key fingerprint: SHA256:teGH/whc7knUnrVql01pPBpPm+hBiTAJaR57j2Jg0gs

View file

@ -31,6 +31,10 @@ in mkIf cfg.enable {
};
} // cfg.extraConfig;
home.activation.gtkCleanup = hm.dag.entryAfter [ "writeBoundary" ] ''
$DRY_RUN_CMD rm -f $HOME/.gtkrc-2.0.old
'';
qt.enable = false;
qt.platformTheme.name = null;