✨ [shared] Added bat with cat alias
This commit is contained in:
13
shared/base/home-manager/shell/bat.nix
Normal file
13
shared/base/home-manager/shell/bat.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ theme, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
catppuccin.bat = {
|
||||||
|
enable = true;
|
||||||
|
flavor = theme.flavor;
|
||||||
|
};
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
bat.enable = true;
|
||||||
|
fish.shellAliases.cat = "bat";
|
||||||
|
};
|
||||||
|
}
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./bat.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./fastfetch.nix
|
./fastfetch.nix
|
||||||
|
Reference in New Issue
Block a user