mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
weh,,
This commit is contained in:
parent
073e3272b8
commit
1535dd9f99
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, nixos, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.file = mkIf config.deploy.profile.trusted (let
|
||||
home.file = lib.mkIf config.deploy.profile.trusted (let
|
||||
bitw = pkgs.writeShellScriptBin "bitw" ''${pkgs.rbw-bitw}/bin/bitw -p gpg://${config.kw.repoSecrets.bitw.source} "$@"'';
|
||||
in { ".local/share/weechat/sec.conf".text = ''
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue