{ description = "Sync imperative git repositories with home manager"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; }; outputs = { self, nixpkgs, ... }: { hmModules.reposync = import ./hm-reposync.nix; }; }