From 086c3cd83f13b9d0be663e4089e6fa37fe67bf3d Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Sat, 6 Sep 2025 22:51:34 -0300 Subject: [PATCH] nixos/cosmic: fix descriptions --- nixos/modules/services/desktop-managers/cosmic.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/desktop-managers/cosmic.nix b/nixos/modules/services/desktop-managers/cosmic.nix index 52cb480a7248..50fe98b6bfcf 100644 --- a/nixos/modules/services/desktop-managers/cosmic.nix +++ b/nixos/modules/services/desktop-managers/cosmic.nix @@ -47,9 +47,9 @@ in options = { services.desktopManager.cosmic = { - enable = lib.mkEnableOption "Enable the COSMIC desktop environment"; + enable = lib.mkEnableOption "COSMIC desktop environment"; - showExcludedPkgsWarning = lib.mkEnableOption "Disable the warning for excluding core packages." // { + showExcludedPkgsWarning = lib.mkEnableOption "the warning for excluding core packages" // { default = true; };