Skip to content

Commit

Permalink
feat: add bat plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Dec 11, 2023
1 parent 7b8373b commit 1e18b0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,11 @@ in
# TODO: https://github.com/catppuccin/bat
theme = "base16-256";
};
extraPackages = with pkgs.bat-extras; [
batdiff
batman
batgrep
batwatch
];
};
}

0 comments on commit 1e18b0a

Please sign in to comment.