project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-04-04 23:56:50 +01:00
parent d78814336a
commit 5e8ee72ac8
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 32 additions and 34 deletions

View file

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