Empower your configuration with the Sanctureplicum User Repository, and explore a sprawling collection of packages, lurking in the shadows, waiting to be unleashed with the same reproducible and declarative principles that underpin the core of the Sanctureplicum configuration
{inputs={nur.url="github:nix-community/NUR";sanctureplicum-nur.url="git+https://gitea.pid1.sh/sanctureplicum/nur.git";};outputs={self,nixpkgs,nur,sanctureplicum-nur,...}:letoverlays=final:prev:{nur=importnur{nurpkgs=prev;pkgs=prev;repoOverrides={sanctureplicum=importsanctureplicum-nur{pkgs=prev;};};};# ... your other overlays};in{system="x86_64-linux";modules=[({config,...}:{config={nixpkgs.overlays=[overlays];};})];};}