diff --git a/modules/user/jopejoe1/home/default.nix b/modules/user/jopejoe1/home/default.nix index 2bb3dcb..46703d5 100644 --- a/modules/user/jopejoe1/home/default.nix +++ b/modules/user/jopejoe1/home/default.nix @@ -2,8 +2,9 @@ with lib; #with lib.internal; -let cfg = config.custom.user.jopejoe1.home; -let hcfg = config.home-manager.users.jopejoe1; +let + cfg = config.custom.user.jopejoe1.home; + hcfg = config.home-manager.users.jopejoe1; in { options.custom.user.jopejoe1.home = with types; { diff --git a/modules/user/root/home/default.nix b/modules/user/root/home/default.nix index e477a2b..a41744b 100644 --- a/modules/user/root/home/default.nix +++ b/modules/user/root/home/default.nix @@ -2,8 +2,9 @@ with lib; #with lib.internal; -let cfg = config.custom.user.root.home; -let hcfg = config.home-manager.users.root; +let + cfg = config.custom.user.root.home; + hcfg = config.home-manager.users.root; in { options.custom.user.root.home = with types; {