configure bat
This commit is contained in:
parent
a8dfda28dd
commit
34955e3821
2 changed files with 31 additions and 26 deletions
|
|
@ -6,7 +6,6 @@
|
|||
}: {
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qttools
|
||||
bat
|
||||
eza
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue