mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
11 lines
193 B
Nix
Executable file
11 lines
193 B
Nix
Executable file
let
|
|
inherit (import ../../../helpers.nix) directoryImport;
|
|
modules = directoryImport ./.;
|
|
in
|
|
{
|
|
imports = builtins.attrValues {
|
|
inherit (modules)
|
|
vaultwardenCeres
|
|
;
|
|
};
|
|
}
|