summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61034f0..c033353 100644
--- a/README.md
+++ b/README.md
@@ -213,7 +213,10 @@ For NixOS users, a home manager module is also available.
```nix
programs.caelestia = {
enable = true;
- systemd.enable = false; # if you prefer starting from your compositor
+ systemd = {
+ enable = false; # if you prefer starting from your compositor
+ target = "graphical-session.target";
+ };
settings = {
bar.status = {
showBattery = false;