diff --git a/flake.nix b/flake.nix index 59f0f42..6a7e305 100644 --- a/flake.nix +++ b/flake.nix @@ -54,11 +54,6 @@ { 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 3a698a3..79bbc8e 100644 --- a/home/base.nix +++ b/home/base.nix @@ -30,7 +30,6 @@ ]; home.sessionVariables = { - EDITOR = "nvim"; GOPATH = "${config.home.homeDirectory}/.local/share/go"; GOMODCACHE = "${config.home.homeDirectory}/.cache/go/pkg/mod"; CCACHE_MAXSIZE = "100Gi";