fix home manager arguments
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user