diff options
Diffstat (limited to 'hm/editors/nvf.nix')
| -rw-r--r-- | hm/editors/nvf.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hm/editors/nvf.nix b/hm/editors/nvf.nix index 91348a9..6da28fe 100644 --- a/hm/editors/nvf.nix +++ b/hm/editors/nvf.nix @@ -1,10 +1,9 @@ { inputs, config, lib, pkgs, ... }: let - cfg = config.szpont.hm.editors.nvf; + cfg = config.hm.editors.nvf; in { - options.szpont.hm.editors.nvf.enable = lib.mkEnableOption "enables nvf configuration framework"; - + options.hm.editors.nvf.enable = lib.mkEnableOption "enables nvf configuration framework"; config = lib.mkIf cfg.enable { programs.nvf = { enable = true; |
