8 lines
133 B
Nix
8 lines
133 B
Nix
{
|
|
# Nicely reload system units when changing configs
|
|
systemd.user = {
|
|
enable = true;
|
|
startServices = "sd-switch";
|
|
};
|
|
}
|