diff options
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" |