Reformat files with alejandra
1 file changed, 6 insertions(+), 4 deletions(-)
changed files
M user/settings/golang.nix → user/settings/golang.nix
@@ -1,10 +1,12 @@ -{ config, pkgs, ... }: - { - home.packages = (with pkgs; [ + config, + pkgs, + ... +}: { + home.packages = with pkgs; [ go go-langserver goimports gotools - ]); + ]; }