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