ookflix: initial ookflix commit
This commit is contained in:
parent
9459f9e1f6
commit
2d437acfbb
12 changed files with 482 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue