about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 08:39:35 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 08:39:35 -0800
commitc9a188f2ce4e778e624be5939811a18e04b75fd6 (patch)
tree6f08c0fea4af956b0779aab4e39e0412cbb2e5f1 /users
parenthome-manager: fix some typos (diff)
downloadworld-c9a188f2ce4e778e624be5939811a18e04b75fd6.tar.gz
home-manager: fix one more typo
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/common.nix2
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
   ];