Evie Litherland-Smith
f58fe209d8
Move bat expression to separate file to be imported by git (for delta syntax highlighting) Move gitui from tui/default.nix to git/default.nix
10 lines
174 B
Nix
10 lines
174 B
Nix
{ catppuccin-themes, ... }:
|
|
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
config.theme = "Catppuccin";
|
|
themes.Catppuccin = builtins.readFile catppuccin-themes.bat;
|
|
};
|
|
}
|