{ lib, ... }: with lib; { options.home.desktop.enable = mkOption { type = types.bool; default = true; }; }