aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/common.nix')
-rw-r--r--users/fcuny/common.nix8
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
+ ]
}