31 lines
447 B
Plaintext
31 lines
447 B
Plaintext
|
{#
|
||
|
Stuff that isn't required on Android because there are apps for that
|
||
|
#}
|
||
|
{# Password handling #}
|
||
|
pass
|
||
|
pwgen
|
||
|
{% if display_manager %}
|
||
|
rofi-pass
|
||
|
{# TODO Try autopass.cr #}
|
||
|
{% endif %}
|
||
|
{# Mail #}
|
||
|
isync
|
||
|
msmtp
|
||
|
notmuch
|
||
|
neomutt
|
||
|
lynx
|
||
|
{% if not arch_based %}
|
||
|
{# https://aur.archlinux.org/packages/tiv/#comment-812593 #}
|
||
|
tiv
|
||
|
{% endif %}
|
||
|
{% if display_manager %}
|
||
|
thunderbird
|
||
|
{% endif %}
|
||
|
{# Organisation #}
|
||
|
vdirsyncer
|
||
|
khard
|
||
|
khal
|
||
|
todoman
|
||
|
syncthing
|
||
|
{# EOF #}
|