diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-07 09:15:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-07 09:15:36 -0700 |
commit | 47043d7d7d599989beb777592e552641ee493a60 (patch) | |
tree | dfe20624e1efcba50e5cb85f9dfb74ac57816c16 /hosts/aptos | |
parent | profiles/workstation: move element (matrix client) (diff) | |
download | world-47043d7d7d599989beb777592e552641ee493a60.tar.gz |
home: get rid of mail / gpg modules
I don't use GPG anymore and I don't read mail in Emacs anymore.
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/home.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 61ceeb9..7df0537 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -4,13 +4,4 @@ "${self}/home/profiles/workstation.nix" "${self}/home/profiles/sway.nix" ]; - - my.home = { - mail.enable = true; - gpg = { - enable = true; - pinentry = "gnome3"; - defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; - }; - }; } |