fix: pass marleylib to home-manager
This commit is contained in:
parent
fc4764ef04
commit
2b98d371f1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
let
|
||||
{marleylib, ...}: let
|
||||
my = {
|
||||
name = "marley";
|
||||
fullName = "Marley Rae";
|
||||
|
@ -18,5 +18,6 @@ in {
|
|||
};
|
||||
|
||||
sharedModules = [../home];
|
||||
extraSpecialArgs = {inherit marleylib;};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue