mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
bat: use gruvbox-dark theme
This commit is contained in:
parent
d25de95fe8
commit
a250c6f376
2 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
home.packages = with pkgs; [
|
||||
apg # Automatic password generator
|
||||
babelfish # Lets fish speak bash
|
||||
bat # Better cat
|
||||
btop # Prettier top
|
||||
cbonsai # Happy little trees
|
||||
dig # DNS lookup
|
||||
|
|
|
@ -20,5 +20,12 @@
|
|||
};
|
||||
|
||||
fzf.enable = true;
|
||||
|
||||
bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "gruvbox-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue