{ description = "Nathan user program config"; inputs = { ags.url = "./ags"; neovim.url = "./neovim"; terminal.url = "./terminal"; #home manager only rofi.url = "./rofi"; pywal.url = "./pywal"; hyprland.url = "./hyprland"; }; outputs = { self, ... }@inputs: { hmModule = { config, lib, pkgs, ... }: { imports = [ inputs.ags.hmModule inputs.neovim.hmModule inputs.hyprland.hmModule inputs.terminal.hmModule inputs.rofi.hmModule inputs.pywal.hmModule ./calcurse ]; }; }; }