better qt i guess
This commit is contained in:
parent
69a20370bc
commit
e7098c477f
1 changed files with 7 additions and 7 deletions
|
@ -78,15 +78,15 @@ in {
|
|||
cursorTheme = cfg.cursorTheme;
|
||||
iconTheme = cfg.iconTheme;
|
||||
theme = cfg.gtkTheme;
|
||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = mkIf cfg.dark "1";
|
||||
gtk4.extraConfig.gtk-application-prefer-dark-theme = mkIf cfg.dark "1";
|
||||
};
|
||||
|
||||
# unfortunately broken because the catppucciin maintainers removed gtk2 support
|
||||
# TODO: kvantum?
|
||||
#hm.qt = {
|
||||
# enable = true;
|
||||
# platformTheme.name = "gtk";
|
||||
# style.name = "gtk2";
|
||||
#};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
style = "adwaita";
|
||||
};
|
||||
|
||||
hm.home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue