Fix gtk 2.0 path
This commit is contained in:
parent
5cda168df5
commit
4d769f6c0f
@ -45,7 +45,7 @@ in
|
||||
etc = {
|
||||
# gtk theme configuration
|
||||
# src: https://unix.stackexchange.com/questions/632879/how-to-set-a-system-wide-gtk-theme-in-nixos
|
||||
"gtk-2.0".source = ./config/gtk-2.0/.gtkrc-2.0;
|
||||
"gtk-2.0".source = ./config/gtk-2.0/gtkrc;
|
||||
"gtk-3.0".source = ./config/gtk-3.0/settings.ini;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user