mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Redone a number of modules, now they speak JSON. Added a konawall toggler module. Removed mkchromecast from autostart. Moved from pavucontrol to pulsemixer.
12 lines
217 B
Nix
12 lines
217 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
base16 = {
|
|
shell.enable = true;
|
|
schemes = [ "tomorrow.tomorrow-night-eighties" ];
|
|
};
|
|
# home.base16-shell = {
|
|
# enable = true;
|
|
# defaultTheme = "rebecca.rebecca";
|
|
# };
|
|
}
|