summaryrefslogtreecommitdiff
path: root/modules/home/theme.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-20 14:02:08 -0500
committerTim Keller <tjkeller.xyz>2024-10-20 14:02:08 -0500
commitbb9f6595ab58cb233a1a86198f1935ebe96c6a56 (patch)
tree267e88184aa1f7e67edd26f455c8d0da97447f94 /modules/home/theme.nix
parentcdc3f0f85ae755baf4825f0ae6c7853c58fd4dcf (diff)
downloadnixos-bb9f6595ab58cb233a1a86198f1935ebe96c6a56.tar.xz
nixos-bb9f6595ab58cb233a1a86198f1935ebe96c6a56.zip
add host specific modules for home manager config
Diffstat (limited to 'modules/home/theme.nix')
-rw-r--r--modules/home/theme.nix1
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";