about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-12 08:13:30 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-20 13:29:47 -0800
commit5bf62955137d699cdeab369391be296d3d12cf70 (patch)
tree0ef16f945e1e8c490a95c02095bf122c1c2e442f /hosts/aptos/home.nix
parentfix(home/firefox): move plugins to the profile (diff)
downloadworld-5bf62955137d699cdeab369391be296d3d12cf70.tar.gz
feat(home/age): install tooling related to age and yubikeys
Diffstat (limited to '')
-rw-r--r--hosts/aptos/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 5bc02db..cccf871 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -46,6 +46,7 @@
     yt-dlp.enable = true;
 
     # security
+    age.enable = true;
     gpg = {
       enable = true;
       pinentry = "gnome3";
@@ -53,5 +54,6 @@
     };
     pass.enable = true;
     seahorse.enable = true;
+    yubikey.enable = true;
   };
 }