mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
10 lines
134 B
Nix
10 lines
134 B
Nix
{ theme, ... }:
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
|
|
config = {
|
|
theme = theme.batTheme theme.defaultMode;
|
|
};
|
|
};
|
|
}
|