[Flake] Move to 26.05

This commit is contained in:
2026-05-30 11:53:54 -07:00
parent 4714da7d8f
commit 8cb79001d3
11 changed files with 30 additions and 20 deletions

View File

@@ -71,8 +71,12 @@ in
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = true;
gtk4 = {
# Don't use GTK4 themes. See https://stopthemingmy.app/
theme = null;
extraConfig = {
gtk-application-prefer-dark-theme = true;
};
};
};