From 22f3225547ae0dce900a1cd39f5ccce29e9552ed Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2019 18:01:57 +0200 Subject: Move password module to user --- user/modules/passwords.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 user/modules/passwords.nix (limited to 'user/modules') 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 + ]; +} -- cgit 1.4.1