wrapper-manager-fds/lib: add more functions into top-level

This commit is contained in:
Gabriel Arazas 2024-09-21 19:22:10 +08:00
parent 90a9702169
commit 4916eee048

View File

@ -25,7 +25,7 @@ pkgs.lib.makeExtensible (
modules = callLibs ./modules.nix; modules = callLibs ./modules.nix;
inherit (self.env) build eval; inherit (self.env) build eval;
inherit (self.utils) getBin getLibexec; inherit (self.utils) getBin getLibexec getXdgDataDirs getXdgConfigDirs;
inherit (self.modules) makeWraparound; inherit (self.modules) makeWraparound;
} }
) )