Compare commits
2 commits
572d2f09ae
...
7d34713610
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d34713610 | ||
|
|
ff6f15d2e3 |
2 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,11 @@
|
||||||
{ targets.genericLinux.enable = true; }
|
{ targets.genericLinux.enable = true; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [
|
||||||
|
{ home.username = "anvaure"; }
|
||||||
|
./home/base.nix
|
||||||
|
];
|
||||||
|
|
||||||
homeConfigurations."ant@hs" = homeConfig [
|
homeConfigurations."ant@hs" = homeConfig [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/more-software.nix
|
./home/more-software.nix
|
||||||
|
|
|
||||||
|
|
@ -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