add secrets submodule to flake

This commit is contained in:
TheWanderingCrow 2025-01-03 16:19:10 -05:00
parent bb67d35804
commit 02db87f00d

View file

@ -7,8 +7,10 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix";
sops-nix.url = "github:Mic92/sops-nix";
nix-secrets.url = "path:./nix-secrets";
nix-secrets.flake = false;
nix-secrets = {
url = "path:nix-flakes";
flake = false;
};
};
outputs = {