diff --git a/flake.nix b/flake.nix index 67301e4..c581499 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + att_menu = { + url = "git+https://git.project-cloud.net/asmir/att_menu"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nvim = { url = "git+https://git.project-cloud.net/asmir/nvim_flake"; inputs.nixpkgs.follows = "nixpkgs";