[shared] Added bat with cat alias

This commit is contained in:
2025-05-27 17:31:25 +02:00
parent de53426fa5
commit 1595e260d5
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ theme, ... }:
{
catppuccin.bat = {
enable = true;
flavor = theme.flavor;
};
programs = {
bat.enable = true;
fish.shellAliases.cat = "bat";
};
}

View File

@ -1,5 +1,6 @@
{
imports = [
./bat.nix
./btop.nix
./eza.nix
./fastfetch.nix