nixos-config/home-manager/modules/pass.nix
2023-12-19 23:47:32 -05:00

6 lines
93 B
Nix

# ✨ Magical shell history
{...}: {
programs.password-store = {
enable = true;
};
}