calling it, multi user is building!!!
This commit is contained in:
parent
ce69116c39
commit
c165dbd9a3
8 changed files with 100 additions and 42 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue