summaryrefslogtreecommitdiff
path: root/profiles/email
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-15 18:55:34 +0000
committerMike Vink <mike1994vink@gmail.com>2023-10-15 18:55:34 +0000
commit0d7bccb081ecdbc5dea7e2988fc9819287800cfa (patch)
tree52d2fb39160eeea691cb51848cd53da00f67166f /profiles/email
parentf7759d3fe51aec9d621ed610b2c76eb2b5103abf (diff)
fix dwmblocks
Diffstat (limited to 'profiles/email')
-rw-r--r--profiles/email/mailsync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/email/mailsync.nix b/profiles/email/mailsync.nix
index 8504e39..3095194 100644
--- a/profiles/email/mailsync.nix
+++ b/profiles/email/mailsync.nix
@@ -28,8 +28,8 @@
Service = {
Type = "oneshot";
RemainAfterExit = "no";
- ExecSearchPath = "${config.hm.home.profileDirectory}/bin:/run/current-system/sw/bin";
- ExecStart = "${pkgs.coreutils}/bin/env mailsync";
+ ExecSearchPath = "${config.users.users.mike.home}/.local/bin:${config.hm.home.profileDirectory}/bin:/run/current-system/sw/bin";
+ ExecStart = "mailsync";
};
};
};