nix-config/modules/password-store/enable.nix

4 lines
76 B
Nix
Raw Normal View History

2025-07-25 00:25:08 +01:00
{
flake.modules.homeManager.base.programs.password-store.enable = true;
}