Changed plymouth animation and fixed hm collisions
This commit is contained in:
parent
a0505df0d6
commit
4d3973d625
2 changed files with 7 additions and 1 deletions
|
|
@ -9,5 +9,11 @@
|
|||
name = "breeze_cursors";
|
||||
package = pkgs.breeze-icons;
|
||||
};
|
||||
activation.removeExistingGtk =
|
||||
lib.hm.dag.entryBefore [ "checkLinkTargets" ] ''
|
||||
rm -rf ~/.gtkrc-2.0
|
||||
rm -rf ~/.config/gtk-3.0
|
||||
rm -rf ~/.config/gtk-4.0
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue