mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: test
This commit is contained in:
parent
fe7cdbef84
commit
4bb34b4ccd
2 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
builtins.listToAttrs (
|
builtins.listToAttrs (
|
||||||
map (dir: {
|
map (dir: {
|
||||||
name = baseNameOf (toString dir);
|
name = baseNameOf (toString dir);
|
||||||
value = { ... }: import dir; # Wrap as module
|
value = import dir;
|
||||||
}) (collectDirs path)
|
}) (collectDirs path)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ flake, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
|
flake = config.flake;
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
inherit (flake.config.machines.devices) ceres;
|
inherit (flake.config.machines.devices) ceres;
|
||||||
inherit (flake.config.services.instances) jellyfin web;
|
inherit (flake.config.services.instances) jellyfin web;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue