Second commit

This commit is contained in:
2026-02-28 14:42:54 +01:00
parent 1d7a6e0905
commit e367fe7769
2 changed files with 1 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
{ inputs, ... }:
{
imports = [
(inputs.den.flakeModules.dendritic or { })
inputs.den.flakeModule
(inputs.den.namespace "lux" true)
];
}