default EDITOR to nvim in home config
This commit is contained in:
parent
ce3aadf4f0
commit
d541dbc854
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
GOPATH = "${config.home.homeDirectory}/.local/share/go";
|
GOPATH = "${config.home.homeDirectory}/.local/share/go";
|
||||||
GOMODCACHE = "${config.home.homeDirectory}/.cache/go/pkg/mod";
|
GOMODCACHE = "${config.home.homeDirectory}/.cache/go/pkg/mod";
|
||||||
CCACHE_MAXSIZE = "100Gi";
|
CCACHE_MAXSIZE = "100Gi";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue