calling it, multi user is building!!!

This commit is contained in:
Chris Kruining 2025-03-23 21:04:12 +01:00
parent ce69116c39
commit c165dbd9a3
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
8 changed files with 100 additions and 42 deletions

View file

@ -1,10 +1,8 @@
args@{ self, inputs, lib, pkgs, system ? "", config, options, ... }: let
args@{ inputs, lib, pkgs, config, options, ... }: let
inherit (lib.my) mapModulesRec';
in
{
imports = [
# (import ../modules/home/shell/default.nix (args // { user = "root"; }))
]
imports = []
++(mapModulesRec' ../modules/home (file: (import file (args // { user = "root"; }))));
config = {