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:
parent
ef11164c0c
commit
9d09738e4d
4 changed files with 164 additions and 0 deletions
|
|
@ -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'.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue