mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: changes from the last while
This commit is contained in:
parent
9255d543a1
commit
b7c510de28
27 changed files with 885 additions and 195 deletions
|
|
@ -4,12 +4,12 @@
|
|||
...
|
||||
}: {
|
||||
programs.rbw = {
|
||||
enable = false;
|
||||
package = pkgs.rbw-bitw;
|
||||
enable = true;
|
||||
settings = {
|
||||
inherit (tree.home.user.data) email;
|
||||
base_url = "https://vault.kittywit.ch";
|
||||
base_url = "https://bw.gensokyo.zone";
|
||||
identity_url = null;
|
||||
pinentry = pkgs.pinentry-gnome3;
|
||||
lock_timeout = 3600;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue