home: add bat config
This commit is contained in:
parent
2718be6ac9
commit
270809ca25
7 changed files with 40 additions and 2 deletions
3
home/themes/solarizedLight/bat.nix
Normal file
3
home/themes/solarizedLight/bat.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
name = "Solarized (light)";
|
||||
}
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
alacrittyTheme = import ./alacritty.nix;
|
||||
batTheme = import ./bat.nix;
|
||||
i3Theme = import ./i3.nix;
|
||||
i3BarTheme = import ./i3bar.nix;
|
||||
alacrittyTheme = import ./alacritty.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue