Skip to content

Instantly share code, notes, and snippets.

View Kirth's full-sized avatar

Kirth Kirth

View GitHub Profile
@Kirth
Kirth / full trace
Last active October 24, 2022 17:21
angan% cat home.nix
{ config, pkgs, ... }:
{
programs.home-manager.enable = true;
home.username = "kirth";
home.homeDirectory = "/home/kirth";
home.stateVersion = "22.05";