From 8b084aa2f4952d2a95151379dede98ede8a3128b Mon Sep 17 00:00:00 2001 From: scouckel Date: Fri, 27 Mar 2026 22:50:29 -0400 Subject: movement to fully dendritic --- flake.nix | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 793dc7b..cdb95c6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,28 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:vic/import-tree"; + wrappers.url = "github:Lassulus/wrappers"; + wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules"; + + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + + nvf = { + url = "github:NotAShelf/nvf"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nix-flatpak.url = "github:gmodena/nix-flatpak"; }; - outputs = inputs: - inputs.flake-parts.lib.mkFlake {inherit inputs;} - (inputs.import-tree ./modules); + outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules); } -- cgit v1.3