mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-05 04:31:11 +00:00
fix home-manager module in nixos rebuild
This commit is contained in:
parent
a3ad019f4b
commit
3087b1a39c
@ -146,9 +146,11 @@ lib
|
|||||||
{ imports = (nixFiles ../platforms/nixos); }
|
{ imports = (nixFiles ../platforms/nixos); }
|
||||||
module
|
module
|
||||||
{
|
{
|
||||||
home-manager.extraSpecialArgs = {
|
home-manager = {
|
||||||
|
extraSpecialArgs = {
|
||||||
inherit colorscheme;
|
inherit colorscheme;
|
||||||
} // specialArgs;
|
} // specialArgs;
|
||||||
|
} // homeModule.home-manager;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user