Skip to content

Instantly share code, notes, and snippets.

View darkylein's full-sized avatar
🐻

Michael Scheller darkylein

🐻
View GitHub Profile
@darkylein
darkylein / default.nix
Last active March 20, 2025 22:30
Nix lact module
{
config,
lib,
pkgs,
...
}:
let
# TODO: Add missing options.
# TODO: Add descriptions for every option.
# TODO: Add merging/concatenating of options with extraConfig or remove extraConfig entirely.