diff --git a/modules/programs/editors/helix/languages.nix b/modules/programs/editors/helix/languages.nix index 442dc9d..3ec0f25 100644 --- a/modules/programs/editors/helix/languages.nix +++ b/modules/programs/editors/helix/languages.nix @@ -1,13 +1,12 @@ { config, - inputs', lib, pkgs, ... }: let cfg = config.modules.system.programs.editors.helix; inherit (config.modules.other.system) username; - inherit (lib) mkIf getExe makeBinPath; + inherit (lib) mkIf getExe ; in { config = mkIf cfg.enable { home-manager.users.${username} = {