initial commit
This commit is contained in:
commit
ebc1be5217
143 changed files with 7721 additions and 0 deletions
12
modules/home/programs/pass.nix
Normal file
12
modules/home/programs/pass.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# ✨ password manager
|
||||
{pkgs, ...}: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
tessen
|
||||
zbar
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue