about summary refs log tree commit diff
path: root/users/wpcarro/common.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-12-12T19·41-0800
committerclbot <clbot@tvl.fyi>2022-12-12T19·46+0000
commitfc31f93eb540239d93e06eb790948684d54d6582 (patch)
treecbc603ad6c87a7b75beefbd9423e6b648992ebf9 /users/wpcarro/common.nix
parent5037443c7a5e4b01d285348b1b5f429152dad72d (diff)
feat(wpcarro/pass): Deprecate pass, password-store r/5413
gpg finally drove me nuts; prefer passage all around.

Change-Id: I15cbcb468b9821520e38665839aa43bb92f9edb9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7578
Tested-by: BuildkiteCI
Autosubmit: wpcarro <wpcarro@gmail.com>
Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/common.nix')
-rw-r--r--users/wpcarro/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index 4e960bee4e..8211cbf08f 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -43,6 +43,7 @@ in
   # Command-line tools I commonly used and want available on most (or all) of my
   # machines.
   shell-utils = with pkgs; [
+    age
     bat
     coreutils
     direnv
@@ -56,7 +57,7 @@ in
     htop
     jq
     nmap
-    pass
+    passage
     python3
     rink
     ripgrep