Nicely reload system units when changing configs
This commit is contained in:
parent
f71696ed22
commit
e17aa080ba
|
@ -11,6 +11,9 @@ in
|
|||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
|
||||
# Nicely reload system units when changing configs.
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Reference in a new issue