fix(plasma): do not back up gtkrc-2.0
This commit is contained in:
parent
ef4571b6f0
commit
1207f1d614
|
@ -31,6 +31,10 @@ in mkIf cfg.enable {
|
||||||
};
|
};
|
||||||
} // cfg.extraConfig;
|
} // cfg.extraConfig;
|
||||||
|
|
||||||
|
home.activation.gtkCleanup = hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
|
$DRY_RUN_CMD rm -f $HOME/.gtkrc-2.0.old
|
||||||
|
'';
|
||||||
|
|
||||||
qt.enable = false;
|
qt.enable = false;
|
||||||
qt.platformTheme.name = null;
|
qt.platformTheme.name = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue