syntax cleanup

This commit is contained in:
Don Harper 2023-12-29 21:11:58 -06:00
parent 29867a09c8
commit 4651744824
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [ taskwarrior tasksh vit timewarrior ];
programs.taskwarrior = {