manage bat with home manager

use gruvbox dark theme for bat
closes #25
This commit is contained in:
Pim Kunis 2023-10-23 19:07:57 +02:00
parent 36b2ded537
commit 20a47f6756
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{
config = {
programs.bat = {
enable = true;
config.theme = "gruvbox-dark";
};
};
}

View file

@ -13,6 +13,7 @@
./direnv
./thunderbird
./fzf
./bat
];
home = {

View file

@ -43,7 +43,6 @@
vim
dogdns
tree
bat
];
gnome.excludePackages = with pkgs; [
gnome.totem