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 ++++++++++ user/prefect.nix | 1 + user/satoshipad.nix | 1 + 3 files changed, 12 insertions(+) create mode 100644 user/modules/passwords.nix (limited to 'user') 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 + ]; +} diff --git a/user/prefect.nix b/user/prefect.nix index 8a21b04a..0e0a3a1f 100644 --- a/user/prefect.nix +++ b/user/prefect.nix @@ -13,6 +13,7 @@ ./modules/javascript.nix ./modules/nixos.nix ./modules/rofi.nix + ./modules/passwords.nix ./modules/satoshipay.nix ./modules/sxhkd.nix ./modules/tabnine.nix diff --git a/user/satoshipad.nix b/user/satoshipad.nix index e76693d2..4ccccb30 100644 --- a/user/satoshipad.nix +++ b/user/satoshipad.nix @@ -15,6 +15,7 @@ ./modules/msmtp.nix ./modules/nixos.nix ./modules/rofi.nix + ./modules/passwords.nix ./modules/satoshipay.nix ./modules/sxhkd.nix ./modules/tabnine.nix -- cgit 1.4.1