Skip to content

Instantly share code, notes, and snippets.

View gingama4's full-sized avatar
🏠
Working from home

gingama4 gingama4

🏠
Working from home
  • Japan, Tokyo
  • 03:24 (UTC +09:00)
View GitHub Profile
@gingama4
gingama4 / flake-with-pkgs.nix
Last active May 21, 2026 17:03
任意のユーザ名でdotfilesを利用するためのflake
{
description = "Private work WSL configuration";
inputs = {
dotfiles.url = "github:gingama4/dotfiles";
nixpkgs.follows = "dotfiles/nixpkgs";
home-manager.follows = "dotfiles/home-manager";
};