Made start building the pyramid :)

This commit is contained in:
2026-03-06 19:57:45 +01:00
parent dbb9fc6607
commit 511b4fd3f7
8850 changed files with 232 additions and 2309 deletions
-12
View File
@@ -1,12 +0,0 @@
{
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
};
}