This commit is contained in:
atagen 2024-08-20 11:19:45 +10:00
parent c8ee397794
commit 7f3dc64568
10 changed files with 302 additions and 47 deletions

View file

@ -33,6 +33,8 @@
madness.url = "github:antithesishq/madness";
nh.url = "github:viperML/nh";
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
@ -43,6 +45,8 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
meat.url = "path:flakes/meat";
};
outputs = {
@ -54,14 +58,16 @@
flatpaks,
nix-index-database,
madness,
lix,
lix-module,
nh,
meat,
...
} @ inputs: let
inherit (self) outputs;
inherit (nixpkgs) lib;
inherit (lib) mapAttrs;
sharedModules = [
meat.nixosModules.meat
lix-module.nixosModules.default
madness.nixosModules.madness
nur.nixosModules.nur