refactor: shared config metadata

This commit is contained in:
2026-04-22 04:10:29 +02:00
parent 503c1fe9bc
commit cf308a1371
23 changed files with 362 additions and 344 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
...
}:
let
metaLib = config.meta.lib;
metaRepo = config.meta.lib.repo;
in
{
flake.modules.homeManager.bitwarden =
@@ -19,7 +19,7 @@ in
programs.rbw = {
enable = true;
settings = {
base_url = metaLib.repo.services.vaultwarden.url;
base_url = metaRepo.services.vaultwarden.url;
email = user.primaryEmail.address;
pinentry = pkgs.pinentry-gnome3;
};