structure, unison

This commit is contained in:
Henri Dohmen 2025-05-31 00:20:26 +02:00
parent b61bb970a5
commit fb70bd789e
4 changed files with 42 additions and 2 deletions

6
mod/hm/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./unison.nix
];
}