some small style adjustments

This commit is contained in:
twoneis 2024-06-07 12:46:10 +02:00
parent 40641b275a
commit e8319e1a4b

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
dconf gnome.adwaita-icon-theme
]; ];
qt = { qt = {
@ -12,13 +12,13 @@
gtk = { gtk = {
enable = true; enable = true;
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
gtk3.extraConfig = { gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true; gtk-application-prefer-dark-theme = true;
}; };
gtk2.extraConfig = "gtk-application-prefer-dark-theme=1\n"; gtk2.extraConfig = "gtk-application-prefer-dark-theme=1\n";
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
theme.name = "Adwaita Dark"; theme.name = "Adwaita Dark";
}; };