home-manager: remove unused attribute

(cherry picked from commit 4a17d8ef97)
This commit is contained in:
Robert Helgesson 2017-08-27 13:13:43 +02:00
parent 0357f71d71
commit 01a030a974
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -79,5 +79,4 @@ in
inherit (module) options config;
activationPackage = module.config.home.activationPackage;
home-path = module.config.home.path;
}