add pass to protonmail-bridge path

This commit is contained in:
Gabriella Bere 2024-09-01 10:46:29 +01:00
parent b839e40ede
commit 11cb74ce0d
2 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,8 @@
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed # States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed
home.stateVersion = "24.05"; home.stateVersion = "24.05";
services.pass-secret-service.enable = true; services.pass-secret-service.enable = true; # for use with protonmail-bridge
# services.gnome-keyring.enable = true; # should be easier for protonmail-bridge
# Cursor configuration that I hope to one day understand, currently has a scaling issue but thats probably my fault # Cursor configuration that I hope to one day understand, currently has a scaling issue but thats probably my fault
home.pointerCursor = home.pointerCursor =

View file

@ -137,7 +137,11 @@
programs.steam.enable = true; programs.steam.enable = true;
programs.steam.remotePlay.openFirewall = true; programs.steam.remotePlay.openFirewall = true;
services.protonmail-bridge.enable = true; # This desperately needs moving to home.nix but the home-manager module is not yet available
services.protonmail-bridge = {
enable = true;
path = [ pkgs.pass-secret-service ]
};
# protonmail daemon config # protonmail daemon config
# systemd.user.services.protonmail-bridge = { # systemd.user.services.protonmail-bridge = {