diff --git a/modules/programs/waybar.nix b/modules/programs/waybar.nix index 72d247323..9ecdb1aa2 100644 --- a/modules/programs/waybar.nix +++ b/modules/programs/waybar.nix @@ -24,7 +24,7 @@ let options = { layer = mkOption { - type = nullOr (enum [ "top" "bottom" ]); + type = nullOr (enum [ "top" "bottom" "overlay" ]); default = null; description = '' Decide if the bar is displayed in front (`"top"`)