trivionomicon: soju: add soju to the trivionomicon

This commit is contained in:
Fabian Montero 2025-09-13 11:52:18 -06:00
parent eb85e81598
commit 5b9940e041
3 changed files with 76 additions and 0 deletions

13
modules/soju/default.nix Normal file
View file

@ -0,0 +1,13 @@
{
config,
lib,
pkgs,
doctrine,
...
}:
doctrine.lib.mkModule {
inherit config;
name = "soju";
sys = ./sys.nix;
options = ./options.nix;
}