Skip to content

module/pomo: init - #9726

Open
rachitvrma wants to merge 1 commit into
nix-community:masterfrom
rachitvrma:module/pomo
Open

module/pomo: init#9726
rachitvrma wants to merge 1 commit into
nix-community:masterfrom
rachitvrma:module/pomo

Conversation

@rachitvrma

Copy link
Copy Markdown
Contributor

Description

A TUI Pomodoro timer with ASCII art, progress bar, desktop notifications, and productivity stats.

Checklist

  • Change is backwards compatible.

  • Code formatted with nix fmt or
    nix-shell -A dev --run treefmt.

  • Code tested through nix build .#test-all
    or a targeted nix run .#tests -- <pattern>.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.
    • Generate a news entry. See News
    • Basic tests added. See Tests
  • If this PR adds an exciting new feature or contains a breaking change.

    • Generate a news entry. See News

@rachitvrma
rachitvrma force-pushed the module/pomo branch 3 times, most recently from 9646686 to 2d3dc7c Compare July 28, 2026 15:02
@home-manager-ci
home-manager-ci Bot requested a review from rsahwe July 28, 2026 15:03
@home-manager-ci
home-manager-ci Bot requested a review from ckgxrg-salt July 28, 2026 15:05

@rsahwe rsahwe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With #9672 no longer related to me but lgtm anyway.

Comment thread modules/programs/pomo.nix Outdated
Comment thread modules/programs/pomo.nix Outdated
options.programs.pomo = {
enable = mkEnableOption ''
pomo, a TUI Pomodoro timer with ASCII Art, progress bar,
desktop notifications, and productivity staats.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desktop notifications, and productivity staats.
desktop notifications, and productivity stats.

There's an extra a.
Overall LGTM!

A TUI Pomodoro timer with ASCII art, progress bar, desktop
notifications, and productivity stats.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants