add bat
This commit is contained in:
parent
a11462eb1e
commit
917c6d9c4a
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ in {
|
|||
services.lorri.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
direnv
|
||||
docker-compose
|
||||
ethtool
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ in {
|
|||
mkdir = "mkdir -p";
|
||||
l = "ls -lAh --group-directories-first";
|
||||
zip = "zip -r";
|
||||
cat = "bat";
|
||||
};
|
||||
|
||||
ohMyZsh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue