Skip to content

Instantly share code, notes, and snippets.

View damhiya's full-sized avatar

SoonWon Moon damhiya

View GitHub Profile
@Riey
Riey / shell.nix
Last active May 15, 2024 12:50
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;