From 42586aaeb2cdffb6c9023c5766b6874b1e4bc0df Mon Sep 17 00:00:00 2001 From: TheRealGramdalf Date: Wed, 22 Jul 2026 10:34:52 -0700 Subject: [PATCH] nixos/corefreq: fix mkEnableOption description --- nixos/modules/programs/corefreq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/corefreq.nix b/nixos/modules/programs/corefreq.nix index c656b4a13da1..b062ca22aa5e 100644 --- a/nixos/modules/programs/corefreq.nix +++ b/nixos/modules/programs/corefreq.nix @@ -12,7 +12,7 @@ in { options = { programs.corefreq = { - enable = lib.mkEnableOption "Whether to enable the corefreq daemon and kernel module"; + enable = lib.mkEnableOption "the corefreq daemon and kernel module"; package = lib.mkOption { type = lib.types.package;