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