🐛 fix python module

dev-docs
Moritz Böhme 2022-08-31 12:33:15 +02:00
parent 85c9cf5dce
commit cf231cf182
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ in
};
config = mkIf cfg.enable {
home-manager.user.moritz.home.packages = cfg.versions;
home-manager.users.moritz.home.packages = cfg.versions;
};
}