mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
mailcap and autosync
This commit is contained in:
parent
d9c1a272fe
commit
90a4a758d0
5 changed files with 30 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue