nix: only turn programs.home-manager.enable on for standalone

This commit is contained in:
Primrose 2024-10-18 20:19:24 +02:00
parent 04e38c40c3
commit d84cf81602
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 4 additions and 2 deletions

View file

@ -128,7 +128,10 @@ let
sharedModules =
{ hostname, ... }:
[
{ home.stateVersion = "24.05"; }
{
home.stateVersion = "24.05";
programs.home-manager.enable = true;
}
self.homeModules.commonModules
(maybePathOrDefault ./home/${hostname} { })
nixpkgsRegistry