infrastructure/config/users/kat/base/base16.nix
kat witch 2034846e0a
Moved to tomorrow night eighties. Redone theme.
Redone a number of modules, now they speak JSON. Added a konawall
toggler module. Removed mkchromecast from autostart. Moved from
pavucontrol to pulsemixer.
2021-07-24 05:57:00 +01:00

12 lines
217 B
Nix

{ config, ... }:
{
base16 = {
shell.enable = true;
schemes = [ "tomorrow.tomorrow-night-eighties" ];
};
# home.base16-shell = {
# enable = true;
# defaultTheme = "rebecca.rebecca";
# };
}