ookflix: initial ookflix commit

This commit is contained in:
ooks-io 2024-12-01 18:35:22 +11:00
parent 9459f9e1f6
commit 2d437acfbb
12 changed files with 482 additions and 6 deletions

View file

@ -2,6 +2,7 @@
lib,
self,
inputs,
config,
...
}: let
# my scuffed lib
@ -9,6 +10,7 @@
builders = import ./builders.nix {inherit self lib inputs;};
mkNeovim = import ./mkNeovim.nix {inherit inputs;};
math = import ./math.nix {inherit lib;};
container = import ./containers.nix {inherit lib config;};
color = let
check = import ./color/check.nix {inherit lib;};
types = import ./color/types.nix {