···13131414 qt.enable = true;
15151616- # TODO: Use the corresponding `qt.*` options when they become available
1717- environment.sessionVariables = {
1616+ hjem.users.leah.environment.sessionVariables = {
1817 # Make Qt apps look like GTK 3 apps.
1918 # Ideally I want to make them look like GTK 4 + Adwaita apps instead,
2019 # but it's not really viable with `adwaita-qt` being discontinued
···22212322 # At least we can have an Adwaita-style CSD
2423 QT_WAYLAND_DECORATION = "adwaita";
2424+2525+ # GTK 3 apps are ignoring the dconf settings for some reason,
2626+ # which is causing Qt apps to also misbehave
2727+ GTK_THEME = "Adwaita:dark";
2528 };
26292730 programs.dconf.profiles.user.databases = [
···3336 };
3437 "org/gnome/desktop/interface" = {
3538 accent-color = "pink";
3939+ gtk-theme = "Adwaita";
3640 color-scheme = "prefer-dark";
3741 font-name = "Manrope 13";
3842 };