email and small tweaks

This commit is contained in:
Matt Nish-Lapidus 2025-03-27 12:23:31 -04:00
parent 2d95db31cd
commit c56d621059
4 changed files with 30 additions and 14 deletions

View file

@ -0,0 +1,15 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
vit
tasksh
taskwarrior-tui
# syncall
];
programs.taskwarrior = {
enable = true;
};
}