refactor(lib): add lib output to flake
This is needed so we can use subattributes of flake.lib
This commit is contained in:
parent
1dc3f4bf44
commit
4e74db3938
6 changed files with 33 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ inputs, config, ... }:
|
||||
let
|
||||
inherit (cfg.lib) forAllUsers';
|
||||
inherit (cfg.lib.modules) forAllUsers';
|
||||
cfg = config.flake;
|
||||
hm = inputs.home-manager;
|
||||
globalCfg = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue