(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| # Config generated by Ghostty Config https://ghostty.zerebos.com/ | |
| title = " " | |
| clipboard-read = allow | |
| clipboard-write = allow | |
| background-opacity = 0.9 | |
| theme = "Kanagawa Wave" | |
| font-size = 18 | |
| font-family = "Operator Mono Book" | |
| font-family-bold = "Operator Mono Medium" |
| # Edit this configuration file to define what should be installed on | |
| # your system. Help is available in the configuration.nix(5) man page | |
| # and in the NixOS manual (accessible by running ‘nixos-help’). | |
| # How to use: | |
| # sudo nix-channel --add https://channels.nixos.org/nixos-unstable nixos | |
| # sudo nixos-rebuild switch --upgrade | |
| { config, pkgs, ... }: | |
| { |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.