diff --git a/flake.nix b/flake.nix index ef446c9..5367730 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nix-secrets = { + url = "path:/home/ranomier/Projects/nix-secrets"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # for managing flatpaks, like which ones are installed and which not nix-flatpak.url = "github:gmodena/nix-flatpak"; };