add isync and msmtp to laptop
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 35s

This commit is contained in:
smayzy 2026-02-19 12:50:50 +01:00
parent 39a2171cb1
commit 3585f6dd9c
2 changed files with 4 additions and 1 deletions

View File

@ -55,6 +55,7 @@ in
neomutt neomutt
pass pass
isync isync
msmtp
]; ];
}; };
} }

View File

@ -57,9 +57,11 @@ in
element-desktop element-desktop
thunderbird thunderbird
prismlauncher prismlauncher
neomutt
kicad kicad
neomutt
pass pass
isync
msmtp
]; ];
}; };
} }