{ description = "System program config"; inputs = { hyprland.url = "./hyprland"; }; outputs = { self, ... }@inputs: { module = { config, lib, pkgs, ... }: { imports = [ inputs.hyprland.module ./ags ./git ./nh ./steam ]; }; }; }