diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-03-27 22:50:29 -0400 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-03-27 22:50:29 -0400 |
| commit | 8b084aa2f4952d2a95151379dede98ede8a3128b (patch) | |
| tree | e22740fe5606bb5a211c5ee3e8ca0f40e74e1334 /flake.nix | |
| parent | c378b84c9e33ae6e0f9570874b688638fbd0bcbb (diff) | |
movement to fully dendritic
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -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); } |
