diff --git a/modules/panels.nix b/modules/panels.nix index 06bcec17..c78462e4 100644 --- a/modules/panels.nix +++ b/modules/panels.nix @@ -62,7 +62,7 @@ let description = "The alignment of the panel."; }; hiding = lib.mkOption { - type = lib.types.nullOr (lib.types.enum [ "none" "autohide" "windowscover" "windowsbelow" ]); + type = lib.types.nullOr (lib.types.enum [ "none" "autohide" "windowscover" "windowsbelow" "dodgewindows" ]); default = null; example = "autohide"; description = "The hiding mode of the panel.";