about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/home.nix')
-rw-r--r--hosts/aptos/home.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index c7ef977..9efab9e 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -13,5 +13,15 @@
     vlc.enable = true;
     mpv.enable = true;
     sublime-music.enable = true;
+    ssh.enable = true;
+    gpg = {
+      enable = true;
+      pinentry = "gnome3";
+      defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
+    };
+    gcloud.enable = true;
+    mail.enable = true;
+    pass.enable = true;
+    seahorse.enable = true;
   };
 }