From 8890aa7e2df56e03e01138295d3c7126bbf94fbb Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 5 Jun 2023 12:16:24 +0200 Subject: [PATCH] Helix: switch to new format --- hm_modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index d3f4c22..de17cb7 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -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"; }; }; };