Second commit

This commit is contained in:
2026-02-28 14:36:10 +01:00
parent 8110e8f10b
commit 1d7a6e0905
11 changed files with 50 additions and 115 deletions

View File

@@ -1,15 +1,7 @@
{ inputs, ... }:
{
imports = [
(inputs.flake-file.flakeModules.dendritic or { })
(inputs.den.flakeModules.dendritic or { })
(inputs.den.namespace "lux" true)
];
# other inputs may be defined at a module using them.
flake-file.inputs = {
den.url = "github:vic/den";
flake-file.url = "github:vic/flake-file";
home-manager.url = "github:nix-community/home-manager";
};
}