fix home manager arguments

This commit is contained in:
2025-02-08 13:47:38 +00:00
parent ead919a8ce
commit a3e808d71d

View File

@@ -166,7 +166,7 @@ with lib;
}) })
(mkIf (homeUpdateLocation != null) { (mkIf (homeUpdateLocation != null) {
linux = { linux = {
home_manager_arguments = "--flake ${homeUpdateLocation}"; home_manager_arguments = [ "--flake" homeUpdateLocation ];
}; };
}) })
(mkIf (flakeUpdateLocation != null) { (mkIf (flakeUpdateLocation != null) {