user/pass: init
This commit is contained in:
parent
5faaa432de
commit
a568420726
3 changed files with 8 additions and 0 deletions
6
modules/user/pass.nix
Normal file
6
modules/user/pass.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: with exts; [ pass-import pass-otp ]);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue