diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 2a6edbf..1f43dfe 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -140,7 +140,11 @@ in { bash.enable = true; go = { enable = true; - format.type = "gofumpt"; + + format = { + enable = true; + type = "gofumpt"; + }; }; markdown = { enable = true;