mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
9 lines
107 B
Nix
9 lines
107 B
Nix
{...}: {
|
|
programs.bat = {
|
|
enable = true;
|
|
|
|
config = {
|
|
theme = "gruvbox-dark";
|
|
};
|
|
};
|
|
}
|