diff --git a/module.nix b/module.nix index 4596f44..93bbb61 100644 --- a/module.nix +++ b/module.nix @@ -136,7 +136,7 @@ in { AudioNumbers = mkOption { type = types.bool; default = false; - description = "Display numbers instead of a slider for the two audio widgets. Doesn't affect the audio flyin" + description = "Display numbers instead of a slider for the two audio widgets. Doesn't affect the audio flyin"; }; AudioMinVolume = mkOption { type = types.nullOr types.int;