nixos-config/home/themes/solarizedLight/default.nix

7 lines
142 B
Nix
Raw Normal View History

2021-04-21 04:06:51 +02:00
{
2021-07-29 00:07:33 +02:00
alacrittyTheme = import ./alacritty.nix;
batTheme = import ./bat.nix;
2021-04-21 04:06:51 +02:00
i3Theme = import ./i3.nix;
2021-04-22 02:33:39 +02:00
i3BarTheme = import ./i3bar.nix;
2021-04-21 04:06:51 +02:00
}