Skip to content

Instantly share code, notes, and snippets.

Computer Information:
Manufacturer: Valve
Model: Galileo
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Custom APU 0932
CPU Family: 0x17
CPU Model: 0x91
@sagehane
sagehane / books.md
Last active January 19, 2025 15:37
List of books I'm interested in
@sagehane
sagehane / flake.nix
Last active August 6, 2024 18:21
Nix env for Lenna's Inception
# A simple shell expression for running Lenna's Inception
# Put this in the same directory as the game and run `nix develop`
{
description = "FHS setup for Lenna's Inception";
outputs = { self, nixpkgs }:
let
pkgs = import nixpkgs { inherit system; };
system = "x86_64-linux";