mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01:00
sway: workspaceLayout: stacked
-> stacking
(#2272)
This commit is contained in:
parent
ec260995e2
commit
a5c609b4b1
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
workspaceLayout = mkOption {
|
workspaceLayout = mkOption {
|
||||||
type = types.enum [ "default" "stacked" "tabbed" ];
|
type = types.enum [ "default" "stacking" "tabbed" ];
|
||||||
default = "default";
|
default = "default";
|
||||||
example = "tabbed";
|
example = "tabbed";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue