appearance: add berkeley font

This commit is contained in:
ooks-io 2025-01-17 19:47:56 +11:00
parent 11f014919a
commit 887507a022
4 changed files with 43 additions and 7 deletions

View file

@ -34,6 +34,14 @@
url = "git+ssh://git@github.com/ooks-io/website";
inputs.nixpkgs.follows = "nixpkgs";
};
secrets = {
url = "git+ssh://git@github.com/ooks-io/kunzen";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
systems.follows = "systems";
};
};
nvf = {
url = "github:notashelf/nvf";