From eaa11cebcb15aa76c9ef10b539ac3dc412c50ff8 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 28 Dec 2025 16:59:21 -0600 Subject: reposync --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dec720e..34a867c 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,10 @@ rec { url = "github:dwarfmaster/arkenfox-nixos"; inputs.nixpkgs.follows = "nixpkgs"; }; + reposync = { + url = "git+https://git.tjkeller.xyz/hm-reposync"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { nixpkgs, ... }@inputs: let @@ -42,6 +46,7 @@ rec { useUserPackages = true; sharedModules = [ inputs.arkenfox.hmModules.arkenfox + inputs.reposync.hmModules.reposync ./home-manager ]; }; -- cgit v1.2.3