mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 10:13:50 -08:00
18 lines
325 B
Nix
Executable file
18 lines
325 B
Nix
Executable file
{
|
|
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";
|
|
};
|
|
}
|