summaryrefslogtreecommitdiff
path: root/home/editors/helix.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-18 21:04:00 +0100
committeradikro <adikro@disroot.org>2025-12-18 21:04:00 +0100
commite60410393cea222b16743a1a87f29c06b9b3543b (patch)
tree8a574048613f6b13024795bd710b824b40f5db18 /home/editors/helix.nix
parentea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 (diff)
rewrite of system modules, hm modules are next
Diffstat (limited to 'home/editors/helix.nix')
-rw-r--r--home/editors/helix.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/editors/helix.nix b/home/editors/helix.nix
deleted file mode 100644
index 0204f8d..0000000
--- a/home/editors/helix.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, ... }:
-{
- programs.helix = {
- enable = true;
-# package = pkgs.helix;
- };
-}