homemanager: fix passthrough of options
This commit is contained in:
parent
8b78c651b6
commit
9d1f799c01
6 changed files with 18 additions and 49 deletions
|
@ -17,6 +17,4 @@ with lib.wyrdgard;
|
|||
direnv = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
namespace,
|
||||
osConfig ? { },
|
||||
format ? "unknown",
|
||||
...
|
||||
}:
|
||||
with lib.wyrdgard;
|
||||
with lib.${namespace};
|
||||
{
|
||||
wyrdgard = {
|
||||
apps = {
|
||||
|
@ -17,6 +18,4 @@ with lib.wyrdgard;
|
|||
direnv = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue