mirror of
https://github.com/nix-community/home-manager
synced 2024-12-25 03:09:47 +01:00
home-manager: temporarily re-add attribute
This commit is contained in:
parent
4a17d8ef97
commit
1445673e18
1 changed files with 1 additions and 0 deletions
|
@ -84,4 +84,5 @@ in
|
||||||
inherit (module) options config;
|
inherit (module) options config;
|
||||||
|
|
||||||
activationPackage = module.config.home.activationPackage;
|
activationPackage = module.config.home.activationPackage;
|
||||||
|
activation-script = module.config.home.activationPackage;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue