fix home manager arguments
This commit is contained in:
@@ -166,7 +166,7 @@ with lib;
|
||||
})
|
||||
(mkIf (homeUpdateLocation != null) {
|
||||
linux = {
|
||||
home_manager_arguments = "--flake ${homeUpdateLocation}";
|
||||
home_manager_arguments = [ "--flake" homeUpdateLocation ];
|
||||
};
|
||||
})
|
||||
(mkIf (flakeUpdateLocation != null) {
|
||||
|
||||
Reference in New Issue
Block a user