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;
#with lib.internal; #with lib.internal;
let cfg = config.custom.user.jopejoe1.home; let
let hcfg = config.home-manager.users.jopejoe1; cfg = config.custom.user.jopejoe1.home;
hcfg = config.home-manager.users.jopejoe1;
in in
{ {
options.custom.user.jopejoe1.home = with types; { options.custom.user.jopejoe1.home = with types; {

View file

@ -2,8 +2,9 @@
with lib; with lib;
#with lib.internal; #with lib.internal;
let cfg = config.custom.user.root.home; let
let hcfg = config.home-manager.users.root; cfg = config.custom.user.root.home;
hcfg = config.home-manager.users.root;
in in
{ {
options.custom.user.root.home = with types; { options.custom.user.root.home = with types; {