13 lines
No EOL
211 B
Nix
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;
|
|
};
|
|
} |