Commit Graph

4 Commits

Author SHA1 Message Date
Sanchayan Maity 5abc061094 systemd: email: Use a specifier for home directory 2022-10-13 19:41:53 +05:30
Sanchayan Maity 8a7567a8b1 Start tmux sessions using systemd
While starting the tmux sessions from fish worked some environment
variables were not getting picked up in tmux session.

For example DISPLAY is set after we log in and the graphical sway
session starts but since tmux sessions were started before that it
would be absent from the tmux session. We may be wrong about the
exact order and reasoning for this but atleast that is the observed
behaviour.

Fix this by defining a sway session target and making the tmux session
service dependent on it.
2022-04-04 18:07:50 +05:30
Sanchayan Maity c2038b5324 systemd: Start ssh-agent with systemd user
See
https://wiki.archlinux.org/title/SSH_keys#Start_ssh-agent_with_systemd_user
2022-01-28 12:07:10 +05:30
Sanchayan Maity 26d7647b1f systemd: Move the email service & timer from mutt 2022-01-28 12:07:10 +05:30