diff options
Diffstat (limited to 'users/fcuny/common.nix')
-rw-r--r-- | users/fcuny/common.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/users/fcuny/common.nix b/users/fcuny/common.nix index 62ebb80..7bad304 100644 --- a/users/fcuny/common.nix +++ b/users/fcuny/common.nix @@ -13,8 +13,8 @@ EDITOR = "vim"; }; - programs.go = { - enable = true; - goPath = "workspace/go"; - }; + import = [ + ./git.nix + ./go.nix + ] } |