12 lines
139 B
Nix
12 lines
139 B
Nix
{ theme, ... }:
|
|
|
|
{
|
|
catppuccin.gtk = {
|
|
enable = true;
|
|
flavor = theme.flavor;
|
|
icon.enable = true;
|
|
};
|
|
|
|
gtk.enable = true;
|
|
}
|