nixos/corefreq: fix mkEnableOption description

This commit is contained in:
TheRealGramdalf
2026-07-22 10:34:52 -07:00
parent d433491075
commit 42586aaeb2
+1 -1
View File
@@ -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;