mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
home-manager: minor attribute rename
The "activation-script" attribute doesn't actually point directly at the activation script. Renamed the attribute to be more descriptive.
This commit is contained in:
parent
2245b0ac94
commit
b4fff6b9b7
3 changed files with 3 additions and 3 deletions
|
|
@ -83,6 +83,6 @@ in
|
|||
{
|
||||
inherit (module) options config;
|
||||
|
||||
activation-script = module.config.home.activationPackage;
|
||||
activationPackage = module.config.home.activationPackage;
|
||||
home-path = module.config.home.path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue