summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBardMoon <144455455+BardMoon@users.noreply.github.com>2025-09-01 17:06:02 +0900
committerGitHub <noreply@github.com>2025-09-01 18:06:02 +1000
commita17b76dea19cda75cb47feb301b722315919fbe4 (patch)
tree24ef9db27bffb6f66f006e791a4a18a13077dd43 /README.md
parentbeatdetector: fix pod builder init (diff)
downloadcaelestia-shell-a17b76dea19cda75cb47feb301b722315919fbe4.tar.gz
caelestia-shell-a17b76dea19cda75cb47feb301b722315919fbe4.tar.bz2
caelestia-shell-a17b76dea19cda75cb47feb301b722315919fbe4.zip
nix/hm: add systemd.target in home-manager (#532)
* nix: add systemd.target * fix: format * Update README.md * Update hm-module.nix https://github.com/Vladimir-csp/uwsm/blob/cf2b1d84059f1954d4ec864f2b46a86515acc3c1/example-units/hyprpaper.service#L19 * fix * Update README.md
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;