move theme definition
parent
7d5daeeced
commit
e19b78bcd3
|
@ -21,7 +21,6 @@ in
|
||||||
options.my.theming = {
|
options.my.theming = {
|
||||||
enable = mkEnableOption "theming";
|
enable = mkEnableOption "theming";
|
||||||
scheme = mkOption {
|
scheme = mkOption {
|
||||||
default = "catppuccin-macchiato";
|
|
||||||
type = types.enum [
|
type = types.enum [
|
||||||
"dracula"
|
"dracula"
|
||||||
"catppuccin-latte"
|
"catppuccin-latte"
|
||||||
|
|
|
@ -8,7 +8,10 @@ with lib; {
|
||||||
# config
|
# config
|
||||||
yubikey.enable = true;
|
yubikey.enable = true;
|
||||||
wallpapers.enable = true;
|
wallpapers.enable = true;
|
||||||
theming.enable = true;
|
theming = {
|
||||||
|
enable = true;
|
||||||
|
scheme = "catppuccin-macchiato";
|
||||||
|
};
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue