taskwarrior web package

This commit is contained in:
Matt Nish-Lapidus 2025-04-02 19:09:02 -04:00
parent e79220af5c
commit b16d004685
16 changed files with 4093 additions and 1 deletions

View file

@ -11,7 +11,6 @@
home = {
packages = with pkgs; [
btop
nix-config.packages.x86_64-linux.taskwarrior-web
];
username = "media";
@ -78,4 +77,8 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
source = ../emenel/dotfiles/dot_local/bin;
recursive = true;
};
home.file.".local/bin/tww" = {
source = ../../modules/home/tww;
};
}