mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
9 lines
103 B
Nix
9 lines
103 B
Nix
{ catppuccin, ... }:
|
|
{
|
|
catppuccin = {
|
|
enable = true;
|
|
accent = "mauve";
|
|
flavor = "mocha";
|
|
};
|
|
}
|