refactor: abstacted records

This commit is contained in:
Nick 2025-06-26 21:20:09 -05:00
parent 64572cb106
commit 06a684fa32
42 changed files with 211 additions and 202 deletions

View file

@ -1,8 +1,9 @@
{ moduleFunctions }:
let
inherit (moduleFunctions) usersFunctions;
configPath = ./config;
user0 = "nick";
user1 = "streaming";
user0 = usersFunctions.user0;
user1 = usersFunctions.user1;
in
{
inherit