{ self, inputs, ... }: let builder = import ../libx/builder.nix { inherit self inputs userName hostName flakeDir wm; }; hostName = "jetpure"; userName = "nixzoid"; flakeDir = "/persist/flake"; wm = { sh = "Hyprland"; bar = "hyprland"; }; in { flake = builder.flake; }