This commit is contained in:
Gabriel Fontes
2022-01-20 23:25:17 -03:00
parent f3ab192e4d
commit 352764e575
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
programs.bat = {
enable = true;
config = {
theme = "base16";
};
};
}
+1
View File
@@ -2,6 +2,7 @@
imports = [
./nvim
./amfora.nix
./bat.nix
./fish.nix
./git.nix
./neofetch.nix
+1
View File
@@ -5,6 +5,7 @@
enable = true;
shellAbbrs = {
ls = "exa";
cat = "bat";
top = "btm";
jqless = "jq -C | less -r";