misc: ensure all options have a description

This commit is contained in:
Gaetan Lepage 2024-06-09 23:04:27 +02:00 committed by Gaétan Lepage
parent 3be9db71c2
commit 7a2d065cce
13 changed files with 127 additions and 43 deletions

View file

@ -55,6 +55,7 @@ in
active = mkOption {
default = null;
description = "List of components for the active window.";
type = types.nullOr (
types.submodule {
options =
@ -72,6 +73,7 @@ in
inactive = mkOption {
default = null;
description = "List of components for inactive windows.";
type = types.nullOr (
types.submodule {
options =