Commit 6fe0e9949016

Vincent Demeester <vincent@sbr.pm>
2025-01-07 18:24:49
systems: add age* binary to wakasu and aomi…
… trying things out before creating a module for it. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9151605
Changed files (2)
systems/hosts/aomi.nix
@@ -197,6 +197,11 @@ in
     catt
     go-org-readwise
     vscode
+    # move to its own
+    passage
+    age
+    age-plugin-yubikey
+    age-plugin-tpm
   ];
 
   services.udev.extraRules = ''
systems/hosts/wakasu.nix
@@ -148,12 +148,16 @@ in
     (docker_27.override { clientOnly = true; })
     officemode
     roadmode
-    # obsidian # electron is eol...
     discord
     virt-manager
     catt
     go-org-readwise
     aerc # move it on its own
+    # move to its own
+    passage
+    age
+    age-plugin-yubikey
+    age-plugin-tpm
   ];
 
   location.provider = "geoclue2";