Compare commits

...

2 Commits

Author SHA1 Message Date
bc71794031 Fix gtk 2.0 path 2023-05-01 15:30:12 +02:00
23aa8cc5ec Correct gtk 2.0 config path 2023-05-01 15:29:44 +02:00
2 changed files with 1 additions and 1 deletions

View File

@ -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;
};
};