From bb9f6595ab58cb233a1a86198f1935ebe96c6a56 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 20 Oct 2024 14:02:08 -0500 Subject: add host specific modules for home manager config --- modules/home/theme.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home') 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"; -- cgit v1.2.3