fix: typo
This commit is contained in:
parent
afa31b285f
commit
1cbb8bb971
|
@ -16,7 +16,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = lib.modules.importToml mochaTheme;
|
theme = lib.modules.importTOML mochaTheme;
|
||||||
manager = {
|
manager = {
|
||||||
# 1/8 width for parent, 4/8 width for current, 3/8 width for preview
|
# 1/8 width for parent, 4/8 width for current, 3/8 width for preview
|
||||||
ratio = [ 1 4 3 ];
|
ratio = [ 1 4 3 ];
|
||||||
|
|
Loading…
Reference in a new issue