Compare commits
No commits in common. "7d347136106e282d2533ce8dc4de97dbbca19c9a" and "572d2f09ae9c7072b496721090186e8a5e302470" have entirely different histories.
7d34713610
...
572d2f09ae
2 changed files with 0 additions and 6 deletions
|
|
@ -54,11 +54,6 @@
|
||||||
{ 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,7 +30,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
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