Remove protonmail-bridge service, run with hyprctl instead
systemd service wasn't working right with user permissions...
This commit is contained in:
parent
ddde145313
commit
c47f11c04d
|
@ -5,6 +5,7 @@
|
|||
hostName,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [protonmail-bridge];
|
||||
accounts.email = {
|
||||
maildirBasePath = "Mail";
|
||||
accounts = let
|
||||
|
@ -132,7 +133,7 @@
|
|||
systemd.user.services = let
|
||||
emailAccounts = config.accounts.email.accounts;
|
||||
in {
|
||||
protonmail-bridge = lib.mkIf emailAccounts.proton.mbsync.enable {
|
||||
protonmail-bridge = lib.mkIf false {
|
||||
Unit = {
|
||||
Description = "Proton Mail Bridge";
|
||||
Wants = ["network-online.target"];
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
"${pkgs.swaynotificationcenter}/bin/swaync"
|
||||
"${pkgs.hyprpaper}/bin/hyprpaper"
|
||||
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
|
||||
"${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
|
||||
];
|
||||
gestures.workspace_swipe = true;
|
||||
input = {
|
||||
|
|
Loading…
Reference in a new issue