Alter services directory structure

This commit is contained in:
Katherina Walshe-Grey 2025-09-16 18:35:07 +01:00
parent 6ccbd93bbc
commit 5967974d15
11 changed files with 21 additions and 8 deletions

View file

@ -0,0 +1,7 @@
{ inputs, ... }:
{
imports = [
(builtins.toPath "${inputs.randomcat}/services/default.nix")
];
}