system

Nix (home-manager) configurations for my computers

programs/pomodoro: Add TUI pomodoro timer I've been using Solanum, GTK4 pomodoro timer for a while. It's little bit buggy (playing sound randomly on paused state) and does have good keyboard navigation (space is reserved for activating focused element, default focus is on skip button, etc.) I first made this in Zig, but there is no usable TUI library for Zig. One is vibecoded trash and another one does not have layout system (well it has some, but those'll crash once you nest layout widgets. Far from usable.) This version, made with Golang and BubbleTea + Lip Gloss, takes more than 10x memory and will pause the program for garbage collection, but at least it does the job.

Changes

11 changed files (+473/-2)