clean repo

This commit is contained in:
do butterflies cry? 2026-01-31 10:31:31 +10:00
parent e001182489
commit c0f53e00c1
18 changed files with 23 additions and 506 deletions

6
docs/hown/default.nix Normal file
View file

@ -0,0 +1,6 @@
{mix, ...} @ inputs:
mix.newMixture inputs (mixture: {
includes.public = [
./tty.nix
];
})