about summary refs log tree commit diff
path: root/users/wpcarro
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro')
-rw-r--r--users/wpcarro/README.md3
-rw-r--r--users/wpcarro/common.nix3
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el3
-rw-r--r--users/wpcarro/emacs/default.nix2
4 files changed, 3 insertions, 8 deletions
diff --git a/users/wpcarro/README.md b/users/wpcarro/README.md
index 5c5ce61c001d..be0aacf247f5 100644
--- a/users/wpcarro/README.md
+++ b/users/wpcarro/README.md
@@ -43,6 +43,5 @@ $ cd /depot
 $ eval "$(direnv hook bash)"
 $ HOSTNAME=base rebuild-system
 $ sudo tailscale up
-$ git clone 'user@host:~/.password-store' ~/.password-store
-$ scp -r 'user@host:~/.gnupg' ~/.gnupg
+$ git clone 'user@host:~/.passage' ~/.passage
 ```
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index 4e960bee4ec5..8211cbf08fb6 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
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
index 604cfa502109..36fbf8b12ce6 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
@@ -68,9 +68,6 @@
 (setq sh-basic-offset 2)
 (setq sh-indentation 2)
 
-;; Emacs library that interfaces with my Linux password manager.
-(use-package password-store)
-
 (use-package vterm
   :config
   (general-define-key
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix
index eb6fd8e5a0f3..5f232818dab0 100644
--- a/users/wpcarro/emacs/default.nix
+++ b/users/wpcarro/emacs/default.nix
@@ -28,7 +28,6 @@ let
     (with pkgs; [
       ispell
       nix
-      pass
       rust-analyzer
       rustc
       rustfmt
@@ -121,7 +120,6 @@ let
       package-lint
       paradox
       parsec
-      password-store
       pcre2el
       prettier-js
       projectile