forgot lib

This commit is contained in:
kat witch 2021-08-29 01:31:29 +01:00
parent d7f8bc7c45
commit 83dfa52652
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ config, pkgs, lib, ... }: with lib; {
programs.rbw = {
enable = true;
package = mkIf config.deploy.profile.trusted (pkgs.writeShellScriptBin "bitw" ''${pkgs.rbw-bitw}/bin/bitw -p gpg://${config.kw.repoSecrets.bitw.source} "$@"'');