Fix let statement

This commit is contained in:
Johannes Jöns 2023-02-24 16:42:48 +01:00
parent cd5a912929
commit a7ff9fc5a1
2 changed files with 6 additions and 4 deletions

View file

@ -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; {

View file

@ -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; {