about summary refs log tree commit diff
path: root/users/fcuny/common.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 08:36:41 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 08:36:41 -0800
commit67acd034fbdaabca5112dec55ce757d853d777cc (patch)
tree29e38e8faae4134b74fc4e7774e134845ab204bb /users/fcuny/common.nix
parenthome-manager: add more common programs (diff)
downloadworld-67acd034fbdaabca5112dec55ce757d853d777cc.tar.gz
home-manager: fix some typos
Diffstat (limited to '')
-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 7bad304..ffa6bc0 100644
--- a/users/fcuny/common.nix
+++ b/users/fcuny/common.nix
@@ -16,5 +16,5 @@
   import = [
     ./git.nix
     ./go.nix
-  ]
+  ];
 }