gui: fix kde connect description

This commit is contained in:
Aaron Bieber 2024-07-16 11:58:39 -06:00
parent 77b1befa32
commit c5009f7f0f
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ with pkgs;
kde = { enable = mkEnableOption "Enable KDE desktop."; }; kde = { enable = mkEnableOption "Enable KDE desktop."; };
kdeConnect = { kdeConnect = {
enable = mkEnableOption { enable = mkEnableOption {
description = "Enable PipeWire"; description = "Enable KDE Connect";
default = false; default = false;
example = true; example = true;
}; };