Finally a dendritic structure that will give me a way to builkd my

system in a logical and consistent way.
This commit is contained in:
2026-03-06 16:17:19 +01:00
parent 1d2e7b66ba
commit 9efed999ca
8987 changed files with 104977 additions and 554 deletions
+12
View File
@@ -0,0 +1,12 @@
{
description = "Droidnix: A dendritic NixOS + Home Manager configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
# Your flake outputs here
};
}