1{ 2 den.default.nixos = {pkgs, ...}: { 3 environment.variables.EDITOR = "hx"; 4 environment.systemPackages = [pkgs.helix]; 5 }; 6}