move theme definition

dev-docs
Moritz Böhme 2023-02-11 15:39:45 +01:00
parent 7d5daeeced
commit e19b78bcd3
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,6 @@ in
options.my.theming = {
enable = mkEnableOption "theming";
scheme = mkOption {
default = "catppuccin-macchiato";
type = types.enum [
"dracula"
"catppuccin-latte"

View File

@ -8,7 +8,10 @@ with lib; {
# config
yubikey.enable = true;
wallpapers.enable = true;
theming.enable = true;
theming = {
enable = true;
scheme = "catppuccin-macchiato";
};
virtualisation = {
podman.enable = true;
libvirtd.enable = true;