Skip to content

Instantly share code, notes, and snippets.

@Riey
Riey / shell.nix
Last active June 10, 2025 15:47
Install kakaotalk with nix
{
pkgs ? import <nixpkgs> {},
wineprefix ? "",
winearch ? "win32",
fonts ? "corefonts cjkfonts",
}:
let
exe = pkgs.fetchurl {
url = https://app-pc.kakaocdn.net/talk/win32/KakaoTalk_Setup.exe;
@MightyPork
MightyPork / usb_hid_keys.h
Last active June 17, 2025 08:22
USB HID Keyboard scan codes
/**
* USB HID Keyboard scan codes as per USB spec 1.11
* plus some additional codes
*
* Created by MightyPork, 2016
* Public domain
*
* Adapted from:
* https://source.android.com/devices/input/keyboard-devices.html
*/