From 47043d7d7d599989beb777592e552641ee493a60 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 7 May 2023 09:15:36 -0700 Subject: home: get rid of mail / gpg modules I don't use GPG anymore and I don't read mail in Emacs anymore. --- hosts/aptos/home.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'hosts') 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"; - }; - }; } -- cgit 1.4.1