From 18e7f651ce33b1544178f444c6bd3fbaf44fc831 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 3 May 2026 22:09:25 +0200 Subject: hm changes --- hm/editors/helix.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hm/editors/helix.nix (limited to 'hm/editors/helix.nix') diff --git a/hm/editors/helix.nix b/hm/editors/helix.nix deleted file mode 100644 index d20db0e..0000000 --- a/hm/editors/helix.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, lib, pkgs, ... }: -let - cfg = config.hm.editors.helix; -in -{ - options.hm.editors.helix.enable = lib.mkEnableOption "enables helix editor"; - config = lib.mkIf cfg.enable { - programs.helix = { - enable = true; - package = pkgs.helix; - }; - }; -} -- cgit v1.3