mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
12 lines
200 B
Nix
12 lines
200 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
base16 = {
|
|
shell.enable = true;
|
|
schemes = [ "rebecca.rebecca" ];
|
|
};
|
|
# home.base16-shell = {
|
|
# enable = true;
|
|
# defaultTheme = "rebecca.rebecca";
|
|
# };
|
|
}
|