pass: move from module to user config
This commit is contained in:
@ -34,6 +34,7 @@ in
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./neovim.nix
|
||||
./pass.nix
|
||||
./shell.nix
|
||||
];
|
||||
|
||||
|
11
users/jordan/pass.nix
Normal file
11
users/jordan/pass.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user