too lazy to describe

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-20 19:58:38 +02:00
parent ef76c91365
commit 1d46820135
13 changed files with 839 additions and 250 deletions

View File

@ -19,6 +19,7 @@
# nixvim.url = "github:nix-community/nixvim";
sops-nix.url = "github:mic92/sops-nix";
stylix.url = "github:danth/stylix";
way-edges.url = "github:way-edges/way-edges";
# TODO: somehow reduce the number of *.inputs.nixpkgs.follows = "nixpkgs" stuff, mb a function?
blueprint.inputs.nixpkgs.follows = "nixpkgs";
chaotic.inputs.nixpkgs.follows = "nixpkgs";
@ -33,6 +34,7 @@
# neve.inputs.nixvim.follows = "nixvim";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
way-edges.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs: inputs.blueprint {inherit inputs;};