9 lines
124 B
Nix
9 lines
124 B
Nix
|
{lib, ...}: {
|
||
|
programs.bat = {
|
||
|
enable = true;
|
||
|
config = {
|
||
|
theme = lib.mkForce "base16-stylix";
|
||
|
};
|
||
|
};
|
||
|
}
|