diff options
Diffstat (limited to 'modules/passwords.nix')
-rw-r--r-- | modules/passwords.nix | 8 |
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 - ]; -} |