mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
add bat
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "base16";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./nvim
|
||||
./amfora.nix
|
||||
./bat.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./neofetch.nix
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
ls = "exa";
|
||||
cat = "bat";
|
||||
top = "btm";
|
||||
|
||||
jqless = "jq -C | less -r";
|
||||
|
||||
Reference in New Issue
Block a user