diff --git a/flake.nix b/flake.nix index 6a7e305..59f0f42 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,11 @@ { targets.genericLinux.enable = true; } ]; + homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [ + { home.username = "anvaure"; } + ./home/base.nix + ]; + homeConfigurations."ant@hs" = homeConfig [ { home.username = "ant"; } ./home/more-software.nix diff --git a/home/base.nix b/home/base.nix index 79bbc8e..3a698a3 100644 --- a/home/base.nix +++ b/home/base.nix @@ -30,6 +30,7 @@ ]; home.sessionVariables = { + EDITOR = "nvim"; GOPATH = "${config.home.homeDirectory}/.local/share/go"; GOMODCACHE = "${config.home.homeDirectory}/.cache/go/pkg/mod"; CCACHE_MAXSIZE = "100Gi";