parent
1ce40f2c1a
commit
6ca0d7248b
329 changed files with 178 additions and 139 deletions
lib
|
@ -2,16 +2,17 @@
|
|||
perSystem,
|
||||
inputs,
|
||||
}: let
|
||||
attrs = import ./attrs {};
|
||||
flake = import ./flake inputs;
|
||||
hypr = import ./hypr inputs.nixpkgs.lib;
|
||||
strings = import ./strings inputs.nixpkgs.lib;
|
||||
|
||||
lib = flake // hypr // strings;
|
||||
lib = attrs // flake // hypr // strings;
|
||||
in
|
||||
# Expose main attrs
|
||||
lib
|
||||
# Expose all funcs
|
||||
// {inherit flake hypr strings;}
|
||||
// {inherit attrs flake hypr strings;}
|
||||
# Expose funcs that require pkgs
|
||||
// perSystem (
|
||||
pkgs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue