niri, ocaml meat
This commit is contained in:
parent
cd61813078
commit
c470c63ab2
25 changed files with 583 additions and 756 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
|
||||
nur.url = "github:/nix-community/NUR";
|
||||
|
||||
|
@ -27,7 +28,6 @@
|
|||
|
||||
flatpaks.url = "github:gmodena/nix-flatpak";
|
||||
|
||||
|
||||
madness.url = "github:antithesishq/madness";
|
||||
|
||||
nh.url = "github:viperML/nh";
|
||||
|
@ -44,12 +44,11 @@
|
|||
};
|
||||
|
||||
meat = {
|
||||
url = "path:/home/bolt/code/meat";
|
||||
url = "path:/home/bolt/code/meat-ocaml";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.lix.follows = "lix";
|
||||
inputs.lix-module.follows = "lix-module";
|
||||
inputs.nh.follows = "nh";
|
||||
inputs.rust-overlay.follows = "rust-overlay";
|
||||
};
|
||||
|
||||
comfyui.url = "path:./flakes/ComfyUI";
|
||||
|
@ -69,6 +68,8 @@
|
|||
murex-starship.url = "path:./flakes/murex-module-starship";
|
||||
|
||||
niri.url = "github:sodiboo/niri-flake";
|
||||
|
||||
ironbar.url = "github:JakeStanger/ironbar";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -79,10 +80,8 @@
|
|||
flatpaks,
|
||||
nix-index-database,
|
||||
madness,
|
||||
lix-module,
|
||||
meat,
|
||||
comfyui,
|
||||
hyprland,
|
||||
niri,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue