diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:22:29 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:23:58 -0800 |
| commit | 60da6bc47620681b557ea2d105df87b22382efcd (patch) | |
| tree | 000a2c858a5bbcd9d0e9ed1c5bd57546420f65d0 /users/fcuny/cli/go.nix | |
| parent | home-manager: last typo (diff) | |
| download | infra-60da6bc47620681b557ea2d105df87b22382efcd.tar.gz | |
home-manager: re-organize configuration for myself
Diffstat (limited to 'users/fcuny/cli/go.nix')
| -rw-r--r-- | users/fcuny/cli/go.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/fcuny/cli/go.nix b/users/fcuny/cli/go.nix new file mode 100644 index 0000000..990b2ae --- /dev/null +++ b/users/fcuny/cli/go.nix @@ -0,0 +1,6 @@ +{ + programs.go = { + enable = true; + goPath = "workspace/go"; + }; +} |
