Compare commits
No commits in common. "e645c632cf7a3caa4df664f2392c62c17cd53bcd" and "7144947b5df78a960cf4363c9de24cad7c4fca45" have entirely different histories.
e645c632cf
...
7144947b5d
@ -89,7 +89,7 @@
|
||||
};
|
||||
giulioX64 = utilsLinuxX64.user.mkHMUser {
|
||||
name = "giulio";
|
||||
roles = [ "ssh" "go" ];
|
||||
roles = [ "ssh" ];
|
||||
};
|
||||
giulioX64NoSSH = utilsLinuxX64.user.mkHMUser { name = "giulio"; };
|
||||
};
|
||||
|
@ -1,8 +0,0 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
programs.go.enable = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
GOPATH = "$HOME/.local/share/go";
|
||||
PATH = "$PATH:$GOPATH/bin";
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user