mv hm imports to default.nix

This commit is contained in:
smayzy
2025-07-13 20:04:10 +02:00
parent 25971a4629
commit d71fe5304c
3 changed files with 16 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./lf.nix
];
}