We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f770a7f commit c721f77Copy full SHA for c721f77
home-manager/personalities/cli/bat.nix
@@ -1,13 +1,13 @@
1
{ pkgs, ... }: {
2
programs.bat = {
3
enable = true;
4
- extraPackages = [ pkgs.bat-extras.batman ];
+ # Fix: batman is broken
5
+ # extraPackages = [ pkgs.bat-extras.batman ];
6
config = {
7
theme = "Coldark-Dark";
8
};
9
10
home.shellAliases = {
11
"cat" = "bat -pp";
- "man" = "batman";
12
13
}
0 commit comments