gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
316 stars 20 forks source link

Improved Nix package + project dependencies for VSCode #26

Closed luisnquin closed 1 year ago

luisnquin commented 1 year ago

Changes

default.nix

Support for:

notify.{c,h}

shell.nix

Observation

I haven't tried the Mac version of the notifications, but the cmd string created is like this: osascript -e 'display notification "󱎫 Work!" with title "You need to focus"'

So check it out, It looks good for me