mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Temp hack for light mode themes gtk
This commit is contained in:
@@ -54,7 +54,7 @@ in {
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Adwaita-dark";
|
||||
name = if config.omarchy.theme == "generated_light" then "Adwaita" else "Adwaita:dark";
|
||||
package = pkgs.gnome-themes-extra;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user