diff --git a/git/gitea.nix b/git/gitea.nix index e4a6c73..961e9b2 100644 --- a/git/gitea.nix +++ b/git/gitea.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: let cfg = config.services.userdata; in diff --git a/passmgr/bitwarden.nix b/passmgr/bitwarden.nix index 2c85cd5..b798a09 100644 --- a/passmgr/bitwarden.nix +++ b/passmgr/bitwarden.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, lib, config, ... }: let cfg = config.services.userdata; in diff --git a/social/pleroma.nix b/social/pleroma.nix index 47ce827..34bcc7c 100644 --- a/social/pleroma.nix +++ b/social/pleroma.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, lib, config, ... }: let cfg = config.services.userdata; in