mailcap and autosync

This commit is contained in:
Rouven Seifert 2023-01-27 12:09:49 +01:00
parent d9c1a272fe
commit 90a4a758d0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 30 additions and 14 deletions

View file

@ -1,5 +1,10 @@
{ config, pkgs, ... }:
{
# email passwords
sops.secrets."email/tu-dresden".owner = "rouven";
sops.secrets."email/rfive".owner = "rouven";
sops.secrets."email/google".owner = "rouven";
# generate system completions
programs.zsh.enable = true;