feat: add some more colors to my shell.

This commit is contained in:
CronyAkatsuki 2026-02-16 13:40:30 +01:00
parent 89a60e6bc0
commit 0cc422c6e2
2 changed files with 11 additions and 2 deletions

View file

@ -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;