NixOS-Config/home/services/reloadunits.nix

8 lines
133 B
Nix
Raw Normal View History

2024-08-24 22:16:51 -04:00
{
# Nicely reload system units when changing configs
systemd.user = {
enable = true;
startServices = "sd-switch";
};
}