configure bat

This commit is contained in:
Sean Kovacs 2026-01-15 11:33:33 -05:00
commit 34955e3821
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 31 additions and 26 deletions

View file

@ -6,7 +6,6 @@
}: {
home.packages = with pkgs; [
kdePackages.qttools
bat
eza
];

View file

@ -99,7 +99,8 @@ in {
'';
};
programs.kitty = {
programs = {
kitty = {
enable = true;
enableGitIntegration = true;
font = {
@ -127,4 +128,9 @@ in {
macos_titlebar_color = "system";
};
};
bat = {
enable = true;
config.theme = "Catppuccin ${config.catppuccinUpper.flavor}";
};
};
}