1 2 3 4 5 6
{lib, config, ...}: { options.waybar.enable = lib.mkEnableOption "waybar config"; config = lib.mkIf config.waybar.enable { }; }