mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 11:02:19 +00:00
10 lines
109 B
Nix
10 lines
109 B
Nix
{ ... }:
|
|
{
|
|
programs.bat = {
|
|
enable = true;
|
|
|
|
config = {
|
|
theme = "gruvbox-dark";
|
|
};
|
|
};
|
|
}
|