summaryrefslogtreecommitdiff
path: root/hm/editors/helix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/editors/helix.nix')
-rw-r--r--hm/editors/helix.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hm/editors/helix.nix b/hm/editors/helix.nix
index 05412a8..d20db0e 100644
--- a/hm/editors/helix.nix
+++ b/hm/editors/helix.nix
@@ -1,10 +1,9 @@
{ config, lib, pkgs, ... }:
let
- cfg = config.szpont.hm.editors.helix;
+ cfg = config.hm.editors.helix;
in
{
- options.szpont.hm.editors.helix.enable = lib.mkEnableOption "enables helix editor";
-
+ options.hm.editors.helix.enable = lib.mkEnableOption "enables helix editor";
config = lib.mkIf cfg.enable {
programs.helix = {
enable = true;