refactor: correctly build darwin

This commit is contained in:
Youwen Wu 2024-08-05 03:15:48 -07:00
parent b1f250812d
commit 5a7a329829
5 changed files with 35 additions and 144 deletions

View file

@ -0,0 +1,18 @@
{
programs.fzf.catppuccin = {
enable = true;
flavor = "macchiato";
};
programs.lazygit.catppuccin = {
enable = true;
flavor = "macchiato";
};
programs.bat.catppuccin = {
enable = true;
flavor = "macchiato";
};
programs.fish.catppuccin = {
enable = true;
flavor = "mocha";
};
}