Price Hiller
212874e286
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
14 lines
259 B
Nix
14 lines
259 B
Nix
{ ... }:
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
config = {
|
|
style = "header,grid,numbers,snip";
|
|
italic-text = "always";
|
|
pager = "never";
|
|
theme = "Kanagawa";
|
|
};
|
|
themes.Kanagawa = builtins.readFile ./Kanagawa.tmTheme;
|
|
};
|
|
}
|