{
lib,
...
}:
with lib;
options.modules.plasma = {
enable = mkEnableOption {
default = false;
description = "Enable Plasma";
};
}