aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/devel/go.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-03rename `desktop` to `isDesktop`Franck Cuny1-0/+1
The variable is used to define the kind of machine we're managing. `isDesktop` is a bit more descriptive. We import `devel` for all machines, and we fine tune which packages we want to install based on the value of `isDesktop`.
2022-03-09go: ensure GOBIN is in PATHFranck Cuny1-1/+3
2022-02-21devel: create new directory for devel modulesFranck Cuny1-0/+0
Add python, and move go from the cli modules. Install these modules only if we're a "desktop".
2022-02-21go: let's hide $GOPATHFranck Cuny1-1/+1
2022-02-17go: set GOBIN and GOPRIVATE variablesFranck Cuny1-0/+2
Binaries are going to $HOME/.local/bin.go and we want to make sure that modules coming from git.fcuny.net and golang.fcuny.net are considered private.
2022-02-12home-manager: re-organize configuration for myselfFranck Cuny1-0/+0
2022-02-09home-manager: add more common programsFranck Cuny1-0/+6
Add git configuration and move go to its own module.