aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/carmel/home.nix')
-rw-r--r--hosts/carmel/home.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix
index c7ef977..9efab9e 100644
--- a/hosts/carmel/home.nix
+++ b/hosts/carmel/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;
};
}