summary refs log tree commit diff stats
path: root/modules/passwords.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/passwords.nix')
-rw-r--r--modules/passwords.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/passwords.nix b/modules/passwords.nix
deleted file mode 100644
index 8c9d7cf..0000000
--- a/modules/passwords.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{ environment.systemPackages = with pkgs; [
-    keepassx-community
-    pass
-    pwgen
-  ];
-}