Remove pass-secret-service since it breaks dbus env variables

This commit is contained in:
Charlotte Van Petegem 2021-05-01 00:24:51 +02:00
parent f555c2f9ea
commit ad7cda697a
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 22 additions and 19 deletions

View file

@ -1,4 +1,4 @@
{ ... }: {
{ lib, ... }: {
nixpkgs.overlays = [
(self: super: {
pass = (super.pass.override { pass = super.pass-wayland; }).withExtensions (ext: [ ext.pass-otp ]);
@ -11,6 +11,5 @@
settings = { PASSWORD_STORE_DIR = "/home/charlotte/repos/passwords"; };
};
services.password-store-sync.enable = true;
services.pass-secret-service.enable = true;
};
}