feat: add pass
This commit is contained in:
parent
c60fe24458
commit
0f755bc8f7
2 changed files with 13 additions and 5 deletions
6
home-manager/modules/pass.nix
Normal file
6
home-manager/modules/pass.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ✨ Magical shell history
|
||||
{...}: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue