profiles/gui: bitw config inclusion

This commit is contained in:
kat witch 2021-04-04 23:19:03 +01:00
parent c6ffd9df45
commit 88403b4f35
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ config, ... }:
{
xdg.configFile."rbw/config.json".text = builtins.toJSON {
email = "kat@kittywit.ch";
base_url = "https://vault.kittywit.ch";
identity_url = null;
lock_timeout = 3600;
};
}

View file

@ -7,6 +7,7 @@
./packages.nix
./email.nix
./gpg.nix
./bitw.nix
./weechat.nix
./gtk.nix
./music.nix