diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 19:27:01 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 19:27:01 -0700 |
| commit | 82aafe0333ac34614a2ee4698ffc218bddd8b9f3 (patch) | |
| tree | c470179f6b3ad25eaf7a11a80f3cd0976dacf54a /modules/home/desktop | |
| parent | b6d2d71e7b3fde0748cab841b5f1038da420fcdf (diff) | |
migration: overarching home desktop toggle
Diffstat (limited to 'modules/home/desktop')
| -rw-r--r-- | modules/home/desktop/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/desktop/default.nix b/modules/home/desktop/default.nix index e89ec86..e434c6c 100644 --- a/modules/home/desktop/default.nix +++ b/modules/home/desktop/default.nix @@ -4,6 +4,8 @@ with lib; with lib.${namespace}; let cfg = config.${namespace}.desktop; in { options.${namespace}.desktop = with types; { + enable = mkEnableOption "desktop"; + background = mkOption { type = enum [ "lycoris.png" |