niri-tag, atagen cache

This commit is contained in:
atagen 2025-06-27 00:06:27 +10:00
parent 92ed39cb83
commit 03dc72471f
11 changed files with 414 additions and 351 deletions

View file

@ -16,6 +16,8 @@
culr
meat
niri
niri-tag
lix-module
# smooooth
])
++ [
@ -64,8 +66,6 @@
meat = {
url = "git+https://git.atagen.co/atagen/meat";
inputs.lix.follows = "lix";
inputs.lix-module.follows = "lix-module";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -74,15 +74,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
comfyui = {
url = "path:./flakes/comfyui";
inputs.nixpkgs.follows = "nixpkgs";
};
# comfyui = {
# url = "path:./flakes/comfyui";
# inputs.nixpkgs.follows = "nixpkgs";
# };
comfyui-plugins = {
url = "path:./flakes/comfyui-plugins";
inputs.nixpkgs.follows = "nixpkgs";
};
# comfyui-plugins = {
# url = "path:./flakes/comfyui-plugins";
# inputs.nixpkgs.follows = "nixpkgs";
# };
niri.url = "github:sodiboo/niri-flake";
@ -101,6 +101,12 @@
nyx.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
# smooooth.url = "path:/home/bolt/code/smooooth";
niri-tag = {
url = "git+https://git.atagen.co/atagen/niri-tag";
inputs.niri-flake.follows = "niri";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}