Temp hack for light mode themes gtk

This commit is contained in:
Henry Sipp
2025-07-28 10:33:17 -05:00
parent 7d7a7a9f11
commit 9adcae932c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ in {
"EDITOR,nvim"
# GTK theme
"GTK_THEME,Adwaita:dark"
"GTK_THEME,${if cfg.theme == "generated_light" then "Adwaita" else "Adwaita:dark"}"
# Podman compatibility. Probably need to add cfg.env?
# "DOCKER_HOST,unix://$XDG_RUNTIME_DIR/podman/podman.sock"