diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ]; }; |
