From 9e89a97d16d5cc697c3f1d9b2572609d9755c133 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 10 Nov 2025 23:32:21 +0100 Subject: test --- home/editors/helix.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home/editors/helix.nix (limited to 'home/editors/helix.nix') diff --git a/home/editors/helix.nix b/home/editors/helix.nix new file mode 100644 index 0000000..0204f8d --- /dev/null +++ b/home/editors/helix.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + programs.helix = { + enable = true; +# package = pkgs.helix; + }; +} -- cgit v1.3