website: initial ooknet website commit

This commit is contained in:
ooks-io 2024-10-31 17:27:08 +11:00
parent 97be7a19c6
commit a9280b78cd
55 changed files with 2424 additions and 2 deletions

View file

@ -8,6 +8,7 @@
repopack = callPackage ./repopack {};
live-buds-cli = callPackage ./live-buds-cli {};
instawow-tsm = callPackage ./instawow/plugins/tsm.nix {};
website = callPackage ./website {};
ook-vim = mkNeovim pkgs [ook-vim-config];
};