Add passwords module
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
A modules/passwords.nix
@@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ environment.systemPackages = with pkgs; [ + keepassx-community + pass + pwgen + ]; +}