mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/gui: bitw config inclusion
This commit is contained in:
parent
c6ffd9df45
commit
88403b4f35
2 changed files with 11 additions and 0 deletions
10
profiles/gui/home/bitw.nix
Normal file
10
profiles/gui/home/bitw.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
./packages.nix
|
||||
./email.nix
|
||||
./gpg.nix
|
||||
./bitw.nix
|
||||
./weechat.nix
|
||||
./gtk.nix
|
||||
./music.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue