diff --git a/flake.nix b/flake.nix index aae5d1d..c4adef0 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nvim = { + url = "git+https://git.project-cloud.net/asmir/nvim_flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs";