Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Vaure
7d34713610 config for larbin
Some checks failed
/ build-all (push) Has been cancelled
2025-10-10 13:48:52 +02:00
Antoine Vaure
ff6f15d2e3 default EDITOR to nvim in home config 2025-10-10 13:48:52 +02:00
2 changed files with 6 additions and 0 deletions

View file

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

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