summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/modules/passwords.nix10
-rw-r--r--user/prefect.nix1
-rw-r--r--user/satoshipad.nix1
3 files changed, 12 insertions, 0 deletions
diff --git a/user/modules/passwords.nix b/user/modules/passwords.nix
new file mode 100644
index 00000000..b3fbddc3
--- /dev/null
+++ b/user/modules/passwords.nix
@@ -0,0 +1,10 @@
+{ config, pkgs, ... }:
+
+{ environment.systemPackages = with pkgs.unstable; [
+    keepassx-community
+    rofi-pass
+    pass
+    pass-otp
+    pwgen
+  ];
+}
diff --git a/user/prefect.nix b/user/prefect.nix
index 8a21b04a..0e0a3a1f 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -13,6 +13,7 @@
     ./modules/javascript.nix
     ./modules/nixos.nix
     ./modules/rofi.nix
+    ./modules/passwords.nix
     ./modules/satoshipay.nix
     ./modules/sxhkd.nix
     ./modules/tabnine.nix
diff --git a/user/satoshipad.nix b/user/satoshipad.nix
index e76693d2..4ccccb30 100644
--- a/user/satoshipad.nix
+++ b/user/satoshipad.nix
@@ -15,6 +15,7 @@
     ./modules/msmtp.nix
     ./modules/nixos.nix
     ./modules/rofi.nix
+    ./modules/passwords.nix
     ./modules/satoshipay.nix
     ./modules/sxhkd.nix
     ./modules/tabnine.nix