NixOS-Config/home/services/reloadunits.nix
2024-09-23 16:36:46 -04:00

8 lines
133 B
Nix

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