feat: use bat theme base16

This commit is contained in:
oddlama 2023-02-11 15:17:26 +01:00
parent ef3feef6db
commit c026014d0b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -58,7 +58,10 @@
enable = true;
settings.auto_sync = false;
};
bat.enable = true;
bat = {
enable = true;
config.theme = "base16";
};
fzf.enable = true;
gpg.enable = true;
};