user/catppuccin: theme qt6

This commit is contained in:
LavaDesu 2025-03-17 12:51:21 +11:00
parent eadc1959d0
commit ae7ead0309
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 14 additions and 14 deletions

View file

@ -7,14 +7,6 @@
name = "Open Sans";
size = 11;
};
# iconTheme = {
# package = pkgs.yaru-theme;
# name = "Yaru";
# };
# theme = {
# name = "Adwaita-dark";
# package = pkgs.gnome-themes-extra;
# };
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = if config.catppuccin.flavor == "latte" then "0" else "1";
};