summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-10-21 15:00:53 +0200
committerAlan Pearce2019-10-21 15:00:53 +0200
commita1c41d82166e19f341cfdc3faf1ec8c711755dab (patch)
tree9ede92488efd75b580181f2e3666e7bbb0162eb2 /user
parent9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa (diff)
downloadnixfiles-a1c41d82166e19f341cfdc3faf1ec8c711755dab.tar.lz
nixfiles-a1c41d82166e19f341cfdc3faf1ec8c711755dab.tar.zst
nixfiles-a1c41d82166e19f341cfdc3faf1ec8c711755dab.zip
passwords: add keyring cli package
Diffstat (limited to 'user')
-rw-r--r--user/settings/passwords.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/passwords.nix b/user/settings/passwords.nix
index 72493cef..aef8d6f4 100644
--- a/user/settings/passwords.nix
+++ b/user/settings/passwords.nix
@@ -6,5 +6,7 @@
     rofi-pass
     pass-otp
     pwgen
+
+    python3Packages.keyring
   ];
 }