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 ./direnv
./thunderbird ./thunderbird
./fzf ./fzf
./bat
]; ];
home = { home = {

View file

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