Helix: switch to new format

This commit is contained in:
Filippo Berto 2023-06-05 12:16:24 +02:00
parent 15c62f03f4
commit 8890aa7e2d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -12,7 +12,7 @@
programs.helix = {
enable = true;
package = pkgs.unstable_pkgs.helix;
languages = [{
languages.language = [{
name = "nix";
formatter = { command = "nixpkgs-fmt"; };
# config = { nil = { formatting = { command = "nixpkgs-fmt"; }; }; };