Skip to content

Commit c721f77

Browse files
committed
fix: remove batman for now
Signed-off-by: Anthony Rabbito <[email protected]>
1 parent f770a7f commit c721f77

File tree

1 file changed

+2
-2
lines changed
  • home-manager/personalities/cli

1 file changed

+2
-2
lines changed

Diff for: home-manager/personalities/cli/bat.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ pkgs, ... }: {
22
programs.bat = {
33
enable = true;
4-
extraPackages = [ pkgs.bat-extras.batman ];
4+
# Fix: batman is broken
5+
# extraPackages = [ pkgs.bat-extras.batman ];
56
config = {
67
theme = "Coldark-Dark";
78
};
89
};
910
home.shellAliases = {
1011
"cat" = "bat -pp";
11-
"man" = "batman";
1212
};
1313
}

0 commit comments

Comments
 (0)