summaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r--modules/home-manager/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
index fc8366d..f2b2cf3 100644
--- a/modules/home-manager/default.nix
+++ b/modules/home-manager/default.nix
@@ -4,4 +4,5 @@
{
iterm2 = import ./iterm2;
git-credential-lastpass = import ./git-credential-lastpass;
+ assert-valid-neovim-config = import ./assert-valid-neovim-config;
}