Skip to content

Commit

Permalink
fix: remove batman for now
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jan 12, 2025
1 parent f770a7f commit c721f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/personalities/cli/bat.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ pkgs, ... }: {
programs.bat = {
enable = true;
extraPackages = [ pkgs.bat-extras.batman ];
# Fix: batman is broken
# extraPackages = [ pkgs.bat-extras.batman ];
config = {
theme = "Coldark-Dark";
};
};
home.shellAliases = {
"cat" = "bat -pp";
"man" = "batman";
};
}

0 comments on commit c721f77

Please sign in to comment.