12 lines
150 B
Nix
12 lines
150 B
Nix
_:{
|
|
programs.bat = {
|
|
enable = true;
|
|
config = {
|
|
theme = "base16";
|
|
};
|
|
};
|
|
|
|
programs.zsh.shellAliases = {
|
|
cat = "bat";
|
|
};
|
|
}
|