{ lib, config, ... }:
with lib;
{
programs.helix.settings = mkIf config.programs.helix.enable { theme = "nord"; };
}