summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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
];
};