mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
refactor: abstacted records
This commit is contained in:
parent
64572cb106
commit
06a684fa32
42 changed files with 211 additions and 202 deletions
|
@ -1,8 +1,9 @@
|
|||
{ moduleFunctions }:
|
||||
let
|
||||
inherit (moduleFunctions) usersFunctions;
|
||||
configPath = ./config;
|
||||
|
||||
user0 = "nick";
|
||||
user1 = "streaming";
|
||||
user0 = usersFunctions.user0;
|
||||
user1 = usersFunctions.user1;
|
||||
in
|
||||
{
|
||||
inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue