terminal/toggleterm: fix formatting & typo
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic8fad27899388fae9651833aa2ec80d96a6a6964
This commit is contained in:
raf 2026-04-22 00:36:10 +03:00
commit 0af6815072
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -65,14 +65,13 @@ in {
return term.name return term.name
end end
''; '';
defaultText = defaultText = literalExpression ''
literalExpression mkLuaInline '''
mkLuaInline '' ' function(term)
function(term) return term.name
return term.name end
end '''
''' '';
'';
description = "Winbar formatter function."; description = "Winbar formatter function.";
}; };
}; };
@ -93,9 +92,8 @@ in {
description = '' description = ''
The package that should be used for lazygit. The package that should be used for lazygit.
Setting this option to `null` will instead attemp to use `lazygit` Setting this option to `null` will instead attempt to use `lazygit`
from your {env}`PATH` from your {env}`PATH`
''; '';
}; };