commit 0b8c452e1d7d87c10711b5ce5aeb706084a18895
parent 2efc31c67ffa976ca8c9cf951f89aa598e215973
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 3 Feb 2022 14:23:23 +0100
parent 2efc31c67ffa976ca8c9cf951f89aa598e215973
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 3 Feb 2022 14:23:23 +0100
programs/cli/password-store: add `pwgen` to user packages
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configurations/programs/cli/password-store.nix b/configurations/programs/cli/password-store.nix @@ -2,6 +2,7 @@ { home-manager.users.leah = { + home.packages = [ pkgs.pwgen ]; programs.password-store = { enable = true; package = pkgs.pass.withExtensions (exts: [ exts.pass-otp exts.pass-audit exts.pass-update exts.pass-genphrase]);