Skip to content

Instantly share code, notes, and snippets.

View kdaisho's full-sized avatar

Daisho Komiyama kdaisho

View GitHub Profile
@kdaisho
kdaisho / home.nix
Last active April 10, 2025 02:42
home.nix (Ubuntu)
{ config, pkgs, ... }:
{
home.username = "kali";
home.homeDirectory = "/home/kali";
home.stateVersion = "24.11";
home.packages = [
pkgs.deno