diff --git a/nixos/flake.lock b/nixos/flake.lock index 856de49a..5c4ba014 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -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": { diff --git a/nixos/keepbook-sync.nix b/nixos/keepbook-sync.nix index 94ab04bb..7d5b4ae1 100644 --- a/nixos/keepbook-sync.nix +++ b/nixos/keepbook-sync.nix @@ -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"]; };