diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:39:35 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:39:35 -0800 |
commit | c9a188f2ce4e778e624be5939811a18e04b75fd6 (patch) | |
tree | 6f08c0fea4af956b0779aab4e39e0412cbb2e5f1 /users | |
parent | home-manager: fix some typos (diff) | |
download | world-c9a188f2ce4e778e624be5939811a18e04b75fd6.tar.gz |
home-manager: fix one more typo
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 ]; |