diff --git a/modules/home/theme/catppuccin.nix b/modules/home/theme/catppuccin.nix index d0663a1..0e14fc2 100644 --- a/modules/home/theme/catppuccin.nix +++ b/modules/home/theme/catppuccin.nix @@ -136,6 +136,11 @@ in "gtk-4.0/gtk.css".source = "${gtk4Dir}/gtk.css"; "gtk-4.0/gtk-dark.css".source = "${gtk4Dir}/gtk-dark.css"; }; + dconf.settings = { + "org/gnome/desktop/interface" = { + color-scheme = if cfg.flavor == "latte" then "default" else "prefer-dark"; + }; + }; }) ]; }