feat: switch to minimal zola-based apollo theme

This commit is contained in:
Timothy DeHerrera
2024-12-26 15:22:39 -07:00
parent 5f12356f8f
commit 9b591fc700
150 changed files with 250 additions and 24189 deletions

View File

@@ -1,16 +0,0 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.std.url = "github:divnix/std/v0.23.2";
inputs.std.inputs.nixpkgs.follows = "nixpkgs";
outputs = inputs @ {std, ...}:
std.growOn {
inherit inputs;
nixpkgsConfig.allowUnfree = true;
systems = ["x86_64-linux"];
cellsFrom = ./nix;
cellBlocks = [
(std.installables "packages")
(std.devshells "devshells")
];
};
}