infrastructure/config/users/kat/base/base16.nix
2021-07-24 19:45:10 +01:00

14 lines
329 B
Nix

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