Skip to content

Instantly share code, notes, and snippets.

View jellydn's full-sized avatar

Dung Duc Huynh (Kaka) jellydn

View GitHub Profile
@jellydn
jellydn / configuration.nix
Last active August 27, 2024 14:42
NixOS Config
# 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, ... }:
{
@jellydn
jellydn / introrx.md
Created September 18, 2016 22:32 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing