home: start services when switching
As I use home-manager with its NixOS module, I do not see the message suggesting to start the services otherwise.
This commit is contained in:
parent
9e229a6bb8
commit
36d6b2828e
|
@ -40,4 +40,7 @@
|
||||||
|
|
||||||
# Who am I?
|
# Who am I?
|
||||||
home.username = "ambroisie";
|
home.username = "ambroisie";
|
||||||
|
|
||||||
|
# Start services automatically
|
||||||
|
systemd.user.startServices = "sd-switch";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue