From a7ff9fc5a1c2dc32d32f8f277967cde77009955f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 24 Feb 2023 16:42:48 +0100 Subject: [PATCH] Fix let statement --- modules/user/jopejoe1/home/default.nix | 5 +++-- modules/user/root/home/default.nix | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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; {