{ config, pkgs, lib, inputs, system, ... }: { programs.helix = { enable = true; package = inputs.helix.packages."${system}".helix; }; }