mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Fix home-manager module
This commit is contained in:
parent
74dfcb3cac
commit
33a13a24ae
2 changed files with 3 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ in
|
|||
|
||||
config = mkIf (cfg.config != null) {
|
||||
|
||||
inherit (config) assertions warnings;
|
||||
inherit (cfg.config) assertions warnings;
|
||||
|
||||
build.activation.homeManager = ''
|
||||
${cfg.config.home.activationPackage}/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue