10 lines
94 B
Nix
10 lines
94 B
Nix
{
|
|
programs.bat = {
|
|
enable = true;
|
|
};
|
|
|
|
home.shellAliases = {
|
|
cat = "bat";
|
|
};
|
|
}
|