summary refs log tree commit diff stats
path: root/user/modules/passwords.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/modules/passwords.nix')
-rw-r--r--user/modules/passwords.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/modules/passwords.nix b/user/modules/passwords.nix
deleted file mode 100644
index 72493cef..00000000
--- a/user/modules/passwords.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-  home.packages = with pkgs.unstable; [
-    keepassx-community
-    rofi-pass
-    pass-otp
-    pwgen
-  ];
-}