Restart the home-manager services after rebuild

This commit is contained in:
Andreas Zweili 2023-09-27 21:33:29 +02:00
parent 55bd10e0e6
commit c1b889b067
4 changed files with 4 additions and 1 deletions

View File

@ -68,6 +68,7 @@ in
startInBackground = true;
};
};
systemd.user.startServices = "sd-switch";
};
}

View File

@ -3,4 +3,5 @@
imports = [
"${inputs.self}/home-manager/modules"
];
systemd.user.startServices = "sd-switch";
}

View File

@ -17,5 +17,5 @@
az-ssh.enable = true;
az-tmux.enable = true;
};
systemd.user.startServices = "sd-switch";
}

View File

@ -61,4 +61,5 @@
};
};
};
systemd.user.startServices = "suggest";
}