1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-17 16:02:46 +01:00

password-store: add modules

This commit is contained in:
pacien 2019-07-14 21:09:53 +02:00 committed by Robert Helgesson
parent ef11164c0c
commit 9d09738e4d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 164 additions and 0 deletions

View file

@ -1245,6 +1245,21 @@ in
A new module is available: 'services.spotifyd'.
'';
}
{
time = "2019-11-29T21:18:48+00:00";
message = ''
A new module is available: 'programs.password-store'.
'';
}
{
time = "2019-11-29T21:18:48+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.password-store-sync'.
'';
}
];
};
}