mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 01:25: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 (
|
||||
map (dir: {
|
||||
name = baseNameOf (toString dir);
|
||||
value = { ... }: import dir; # Wrap as module
|
||||
value = import dir;
|
||||
}) (collectDirs path)
|
||||
);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ flake, ... }:
|
||||
{ config, ... }:
|
||||
let
|
||||
flake = config.flake;
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.machines.devices) ceres;
|
||||
inherit (flake.config.services.instances) jellyfin web;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue