This commit is contained in:
2025-12-31 13:12:47 +01:00
parent 4f0807c96e
commit ea87377e37
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
inputs,
lib,
pkgs,
config,
outputs,
...
}: {
}

View File

@@ -1,3 +1,7 @@
{pkgs, ...}: {
imports = [
./global
];
}