init core-data

This commit is contained in:
Luj 2023-12-23 15:18:31 +01:00
parent cfbbef7449
commit 3263d11f4b
5 changed files with 230 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, lib, config, ... }:
{
luj.hmgr.julien = { };
}