summaryrefslogtreecommitdiff
path: root/modules/hm/editors/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hm/editors/default.nix')
-rw-r--r--modules/hm/editors/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/hm/editors/default.nix b/modules/hm/editors/default.nix
new file mode 100644
index 0000000..e990897
--- /dev/null
+++ b/modules/hm/editors/default.nix
@@ -0,0 +1,8 @@
+{ ... }:
+{
+ imports = [
+ ./nixvim.nix
+ # ./helix.nix
+ # ./nvf.nix
+ ];
+}