10 lines
89 B
Nix
10 lines
89 B
Nix
{ pkgs, config, ... }:
|
|
|
|
{
|
|
programs = {
|
|
bat = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|