diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/theme.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/theme.nix b/modules/home/theme.nix index 57fee52..531adb4 100644 --- a/modules/home/theme.nix +++ b/modules/home/theme.nix @@ -2,6 +2,7 @@ options = { theme.mint = { enable = lib.mkEnableOption "enables mint theme"; + # TODO add theme.dark option instead of specifying Dark-Color theme.color = lib.mkOption { type = lib.types.str; default = "Dark-Aqua"; |