1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

sway: workspaceLayout: stacked -> stacking (#2272)

This commit is contained in:
Ivan Kovnatsky 2021-08-18 05:58:03 +03:00 committed by GitHub
parent ec260995e2
commit a5c609b4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,7 +538,7 @@ in {
};
workspaceLayout = mkOption {
type = types.enum [ "default" "stacked" "tabbed" ];
type = types.enum [ "default" "stacking" "tabbed" ];
default = "default";
example = "tabbed";
description = ''