nix-flake/modules/system/misc/theme.nix
2026-02-08 11:03:31 +07:00

13 lines
No EOL
211 B
Nix

{ ctp-opt, ... }: {
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};
catppuccin = {
enable = true;
flavor = ctp-opt.flavor;
accent = ctp-opt.accent;
};
}