added my stuff from before, along with the stuff on macbook

nix flake check passed, so maybe this will work first try?
This commit is contained in:
2026-07-12 11:33:28 -05:00
parent c5209b0d90
commit 4f6c1e337d
3 changed files with 506 additions and 16 deletions
+14 -4
View File
@@ -12,13 +12,23 @@
inputs.nixpkgs.follows = "nixpkgs";
};
silicate = {
url = "git+https://github.com/pure-sagacity/silicate";
herdr = {
url = "github:ogulcancelik/herdr";
inputs.nixpkgs.follows = "nixpkgs";
};
herdr = {
url = "github:ogulcancelik/herdr";
fast = {
url = "github:GitanElyon/fast";
inputs.nixpkgs.follows = "nixpkgs";
};
silicate = {
url = "github:pure-sagacity/silicate";
inputs.nixpkgs.follows = "nixpkgs";
};
clonee = {
url = "git+https://gitea.maariz.org/pure_sagacity/clonee";
inputs.nixpkgs.follows = "nixpkgs";
};
};