mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 01:43:56 -05:00
aly: remove password-store
This commit is contained in:
parent
9d00dd7750
commit
c0ebddc164
|
@ -62,19 +62,6 @@ in {
|
|||
gitui.enable = true;
|
||||
home-manager.enable = true;
|
||||
|
||||
password-store = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.pass.withExtensions (exts:
|
||||
with exts; [
|
||||
pass-checkup
|
||||
pass-file
|
||||
pass-genphrase
|
||||
pass-otp
|
||||
pass-update
|
||||
]);
|
||||
};
|
||||
|
||||
rbw = {
|
||||
enable = true;
|
||||
package = unstable.rbw;
|
||||
|
|
Loading…
Reference in a new issue