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