diff --git a/config/hosts/yule/home/base16.nix b/config/hosts/yule/home/base16.nix new file mode 100644 index 00000000..f12e97f5 --- /dev/null +++ b/config/hosts/yule/home/base16.nix @@ -0,0 +1,5 @@ +{ config, ... }: + +{ + base16.alias.default = "tomorrow.tomorrow"; +} diff --git a/config/hosts/yule/home/default.nix b/config/hosts/yule/home/default.nix index 3fbabbc7..fcf5d91d 100644 --- a/config/hosts/yule/home/default.nix +++ b/config/hosts/yule/home/default.nix @@ -1 +1 @@ -{ ... }: { imports = [ ./sway ]; } +{ ... }: { imports = [ ./sway ./base16.nix ]; } diff --git a/config/users/kat/base/base16.nix b/config/users/kat/base/base16.nix index 9dce89f8..d2e518d3 100644 --- a/config/users/kat/base/base16.nix +++ b/config/users/kat/base/base16.nix @@ -3,7 +3,9 @@ { base16 = { shell.enable = true; - schemes = [ "tomorrow.tomorrow-night-eighties" ]; + schemes = [ "tomorrow.tomorrow-night-eighties" "tomorrow.tomorrow" ]; + alias.light = "tomorrow.tomorrow"; + alias.dark = "tomorrow.tomorrow-night-eighties"; }; # home.base16-shell = { # enable = true;