diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/fcuny/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/common.nix b/users/fcuny/common.nix index ffa6bc0..ca5e4c8 100644 --- a/users/fcuny/common.nix +++ b/users/fcuny/common.nix @@ -13,7 +13,7 @@ EDITOR = "vim"; }; - import = [ + imports = [ ./git.nix ./go.nix ]; |