default EDITOR to nvim in home config

This commit is contained in:
Antoine Vaure 2025-10-10 13:48:05 +02:00
parent 572d2f09ae
commit ff6f15d2e3

View file

@ -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";