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;
|
cursorTheme = cfg.cursorTheme;
|
||||||
iconTheme = cfg.iconTheme;
|
iconTheme = cfg.iconTheme;
|
||||||
theme = cfg.gtkTheme;
|
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
|
qt = {
|
||||||
# TODO: kvantum?
|
enable = true;
|
||||||
#hm.qt = {
|
platformTheme = "gnome";
|
||||||
# enable = true;
|
style = "adwaita";
|
||||||
# platformTheme.name = "gtk";
|
};
|
||||||
# style.name = "gtk2";
|
|
||||||
#};
|
|
||||||
|
|
||||||
hm.home.pointerCursor = {
|
hm.home.pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue