From e60410393cea222b16743a1a87f29c06b9b3543b Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 18 Dec 2025 21:04:00 +0100 Subject: rewrite of system modules, hm modules are next --- modules/hm/editors/helix.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/hm/editors/helix.nix (limited to 'modules/hm/editors/helix.nix') diff --git a/modules/hm/editors/helix.nix b/modules/hm/editors/helix.nix new file mode 100644 index 0000000..0204f8d --- /dev/null +++ b/modules/hm/editors/helix.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + programs.helix = { + enable = true; +# package = pkgs.helix; + }; +} -- cgit v1.3