6 lines
101 B
Nix
6 lines
101 B
Nix
{pkgs, ...}: {
|
|
wrappers.bat = {
|
|
basePackage = pkgs.bat;
|
|
flags = ["--theme" "Nord"];
|
|
};
|
|
}
|