feat: add some more colors to my shell.
This commit is contained in:
parent
89a60e6bc0
commit
0cc422c6e2
2 changed files with 11 additions and 2 deletions
|
|
@ -175,7 +175,12 @@
|
|||
};
|
||||
|
||||
# Install bat
|
||||
programs.bat.enable = true;
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs.bat-extras; [
|
||||
batman
|
||||
];
|
||||
};
|
||||
|
||||
# Install jq
|
||||
programs.jq.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue