feat(pkg): install ticktick for personal tasks management

This commit is contained in:
Pierre Martin
2024-06-21 05:37:30 +02:00
parent ae1283ecd7
commit 9c99f769f6

View File

@@ -16,6 +16,8 @@
"spotify" "spotify"
"spotify-unwrapped" "spotify-unwrapped"
"zoom" "zoom"
"ticktick"
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
@@ -144,5 +146,6 @@
rclone rclone
# calibre # calibre
gparted gparted
ticktick
]; ];
} }