diff --git a/flake.nix b/flake.nix index 800f02a..67301e4 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,16 @@ url = "git+https://git.project-cloud.net/asmir/quickshell_bar"; }; + att_wm = { + url = "git+https://git.project-cloud.net/asmir/att_wm"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + att_lock = { + url = "git+https://git.project-cloud.net/asmir/att_lock"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nvim = { url = "git+https://git.project-cloud.net/asmir/nvim_flake"; inputs.nixpkgs.follows = "nixpkgs";