feat(home): Configure bat

This commit is contained in:
Jalil David Salamé Messina 2024-02-24 15:47:24 +01:00
parent dd9897f38b
commit 06534dccd3
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -23,6 +23,14 @@ in
config = lib.mkMerge [
(lib.mkIf cfg.enable {
programs.bat = {
# Better cat (bat)
enable = true;
config = {
style = "plain"; # Disable headers and numbers
theme = "gruvbox-dark"; # TODO: Follow light/dark polarity
};
};
# Direnv
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;