Add bat.nix and update shell aliases
This commit is contained in:
9
home/shell/bat.nix
Normal file
9
home/shell/bat.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.bat = {
|
||||
enabled = true;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
cat = bat;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user