diff --git a/modules/services/window-managers/i3-sway/lib/options.nix b/modules/services/window-managers/i3-sway/lib/options.nix index af72f2e6b..478fc856c 100644 --- a/modules/services/window-managers/i3-sway/lib/options.nix +++ b/modules/services/window-managers/i3-sway/lib/options.nix @@ -538,7 +538,7 @@ in { }; workspaceLayout = mkOption { - type = types.enum [ "default" "stacked" "tabbed" ]; + type = types.enum [ "default" "stacking" "tabbed" ]; default = "default"; example = "tabbed"; description = ''