chore(modules)!: use flavor and accent defaults from org (#145)

* chore(modules): update flavor and accent defaults

* chore(modules/nixos): update default flavor
This commit is contained in:
uncenter 2024-04-29 14:22:05 -04:00 committed by GitHub
parent 6e94e7505a
commit 3d3db414f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -4,13 +4,13 @@
flavour = lib.mkOption {
type = lib.ctp.types.flavourOption;
default = "latte";
default = "mocha";
description = "Global Catppuccin flavour";
};
accent = lib.mkOption {
type = lib.ctp.types.accentOption;
default = "teal";
default = "mauve";
description = "Global Catppuccin accent";
};
};

View file

@ -4,7 +4,7 @@
flavour = lib.mkOption {
type = lib.ctp.types.flavourOption;
default = "latte";
default = "mocha";
description = "Global Catppuccin flavour";
};
};