new culr
This commit is contained in:
parent
c470c63ab2
commit
bafb226314
15 changed files with 443 additions and 179 deletions
29
flake.nix
29
flake.nix
|
@ -15,8 +15,7 @@
|
|||
helix.url = "github:helix-editor/helix";
|
||||
|
||||
home-manager = {
|
||||
# url = "github:nix-community/home-manager";
|
||||
url = "github:n-hass/home-manager/podman-module";
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -26,8 +25,6 @@
|
|||
|
||||
nixd.url = "github:nix-community/nixd";
|
||||
|
||||
flatpaks.url = "github:gmodena/nix-flatpak";
|
||||
|
||||
madness.url = "github:antithesishq/madness";
|
||||
|
||||
nh.url = "github:viperML/nh";
|
||||
|
@ -44,13 +41,14 @@
|
|||
};
|
||||
|
||||
meat = {
|
||||
url = "path:/home/bolt/code/meat-ocaml";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = "git+https://git.atagen.co/atagen/meat";
|
||||
inputs.lix.follows = "lix";
|
||||
inputs.lix-module.follows = "lix-module";
|
||||
inputs.nh.follows = "nh";
|
||||
};
|
||||
|
||||
culr.url = "git+https://git.atagen.co/atagen/culr";
|
||||
|
||||
comfyui.url = "path:./flakes/ComfyUI";
|
||||
comfyui-plugins.url = "path:./flakes/ComfyUI-Plugins";
|
||||
|
||||
|
@ -70,6 +68,22 @@
|
|||
niri.url = "github:sodiboo/niri-flake";
|
||||
|
||||
ironbar.url = "github:JakeStanger/ironbar";
|
||||
|
||||
sirula = {
|
||||
url = "github:jlo62/sirula";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
nixago = {
|
||||
url = "github:jmgilman/nixago";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
wrapper-manager = {
|
||||
url = "github:viperML/wrapper-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -81,7 +95,7 @@
|
|||
nix-index-database,
|
||||
madness,
|
||||
meat,
|
||||
comfyui,
|
||||
culr,
|
||||
niri,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
@ -90,6 +104,7 @@
|
|||
inherit (lib) mapAttrs;
|
||||
sharedModules = [
|
||||
meat.nixosModules.meat
|
||||
culr.nixosModules.culr
|
||||
madness.nixosModules.madness
|
||||
nur.nixosModules.nur
|
||||
nix-index-database.nixosModules.nix-index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue