keepbook: update desktop service launch context

This commit is contained in:
2026-06-05 07:57:48 -07:00
parent 415b65d0ee
commit 8afbbce109
2 changed files with 4 additions and 4 deletions

6
nixos/flake.lock generated
View File

@@ -1347,11 +1347,11 @@
]
},
"locked": {
"lastModified": 1780637329,
"narHash": "sha256-5wTA2vslTY1tMupBhIL8LyvMV0XBNpsQfTd0hNcBd8o=",
"lastModified": 1780671173,
"narHash": "sha256-qMUWSI53zk62cDzu3EwQ4rwkHjnX8b+aUuYVSZSxnGU=",
"owner": "colonelpanic8",
"repo": "keepbook",
"rev": "cc11e3b5e17b0cb05cf9ca30083985fb4fd51194",
"rev": "d12ce483922e7cc969133cd38c9ebdb013206039",
"type": "github"
},
"original": {

View File

@@ -26,7 +26,7 @@
systemd.user.services.keepbook-dioxus = {
Unit = {
Description = "Keepbook Dioxus desktop app";
After = ["graphical-session.target" "tray.target"];
After = ["graphical-session.target" "tray.target" "xsettingsd.service"];
PartOf = ["graphical-session.target"];
Requires = ["tray.target"];
};