mirror of
https://github.com/nix-community/home-manager
synced 2025-01-11 19:49:49 +01:00
helix: improve warning message for languages option (#4023)
This commit is contained in:
parent
d1f04b0f36
commit
bec196cd9b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ in {
|
||||||
It now generates the whole languages.toml file instead of just the language array in that file.
|
It now generates the whole languages.toml file instead of just the language array in that file.
|
||||||
|
|
||||||
Use
|
Use
|
||||||
{ language = <languages list>; }
|
programs.helix.languages = { language = <languages list>; }
|
||||||
instead.
|
instead.
|
||||||
'' { inherit language; }) (addCheck tomlFormat.type builtins.isAttrs);
|
'' { inherit language; }) (addCheck tomlFormat.type builtins.isAttrs);
|
||||||
default = { };
|
default = { };
|
||||||
|
|
Loading…
Reference in a new issue