Use home-manager’s password-store module

pull/30/head
Simon Bruder 2020-12-24 22:23:39 +01:00
parent 1bc6988225
commit 076ec0b321
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
3 changed files with 14 additions and 1 deletions

View File

@ -9,6 +9,7 @@
./mpd.nix
./mpv.nix
./neovim.nix
./pass.nix
./programs.nix
./scripts.nix
./sway.nix

View File

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
programs.password-store = {
enable = true;
package = pkgs.pass-wayland.withExtensions (es: with es; [
pass-otp
pass-update
]);
settings = {
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
};
}

View File

@ -80,7 +80,6 @@
taskwarrior # todo list manager
# passwords
(pass-wayland.withExtensions (es: with es; [ pass-otp ])) # password manager
pwgen
pwgen-secure # password generator
xkcdpass # memorable password generator