This commit is contained in:
Henri Dohmen 2025-05-31 00:23:59 +02:00
parent fb70bd789e
commit 36d5e995f2
5 changed files with 5 additions and 5 deletions

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

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