default EDITOR to nvim in home config

This commit is contained in:
Antoine Vaure 2025-10-10 13:48:05 +02:00 committed by ant
parent ce3aadf4f0
commit d541dbc854

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