From 0c40201f2cae729a94c43490a07c437aedfc4534 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 08:35:25 -0800 Subject: home-manager: add more common programs Add git configuration and move go to its own module. --- users/fcuny/common.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'users/fcuny/common.nix') 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 + ] } -- cgit v1.2.3