Catppuccin Colors

This commit is contained in:
Ben Clayton 2024-12-13 20:12:14 -07:00
parent 3cedb3ebf6
commit e29d17d6bd

View File

@ -1,4 +1,8 @@
{pkgs, ...}: { {pkgs, ...}: {
plugins = { plugins = {
}; };
colorschemes.catppuccin = {
enable = true;
settings.flavor = "frappe";
};
} }