Fix gtk2 overwrite possibly
This commit is contained in:
parent
cf5f661546
commit
e0df2bd04f
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
gtk = {
|
||||
enable = true;
|
||||
|
||||
# The other file gets overwritten, so change the path
|
||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
|
||||
theme = {
|
||||
|
@ -20,4 +19,7 @@
|
|||
package = (pkgs.callPackage ../../packages/beautyline {});
|
||||
};
|
||||
};
|
||||
|
||||
# Tell home-manager to force overwrite the gtk2 configuration as it keeps getting overwritten by something (likely plasma)
|
||||
home.file.${config.gtk.gtk2.configLocation}.force = true;
|
||||
}
|
Loading…
Reference in a new issue