mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
14 lines
378 B
Nix
14 lines
378 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
base16 = {
|
|
shell.enable = true;
|
|
schemes = [ "atelier.atelier-cave" "atelier.atelier-cave-light" "tomorrow.tomorrow-night-eighties" "tomorrow.tomorrow" ];
|
|
alias.light = "atelier.atelier-cave-light";
|
|
alias.dark = "atelier.atelier-cave";
|
|
};
|
|
# home.base16-shell = {
|
|
# enable = true;
|
|
# defaultTheme = "rebecca.rebecca";
|
|
# };
|
|
}
|