parent
318ccef645
commit
85348d1a6c
13 changed files with 414 additions and 173 deletions
lib
|
@ -3,15 +3,15 @@
|
|||
inputs,
|
||||
}: let
|
||||
flake = import ./flake inputs;
|
||||
hypr = import ./hypr inputs.nixpkgs.lib;
|
||||
strings = import ./strings inputs.nixpkgs.lib;
|
||||
|
||||
lib = flake // strings;
|
||||
lib = flake // hypr // strings;
|
||||
in
|
||||
# Expose main attrs
|
||||
lib
|
||||
# Expose all funcs
|
||||
// strings
|
||||
// flake
|
||||
// {inherit flake hypr strings;}
|
||||
# Expose funcs that require pkgs
|
||||
// perSystem (
|
||||
pkgs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue