home: start services when switching
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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
5241bce29b
commit
6bec62073b
|
@ -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