mirror of
https://github.com/nix-community/home-manager
synced 2024-11-25 22:20:29 +00: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.
|
||||
|
||||
Use
|
||||
{ language = <languages list>; }
|
||||
programs.helix.languages = { language = <languages list>; }
|
||||
instead.
|
||||
'' { inherit language; }) (addCheck tomlFormat.type builtins.isAttrs);
|
||||
default = { };
|
||||
|
|
Loading…
Reference in a new issue