NixOS-Config/home-manager/services/reloadunits.nix
2024-08-24 22:16:51 -04:00

8 lines
133 B
Nix

{
# Nicely reload system units when changing configs
systemd.user = {
enable = true;
startServices = "sd-switch";
};
}