Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm/vicinae): autostart #206

open opened by a.starrysky.fyi targeting main from private/minion/push-lplztmlnporm

Without autostarting, Vicinae takes a few moments to get going on the first run. Autostarting allows it to - hopefully - do this before it's opened, making the first run snappier.

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mfgvk4zvn622
+8 -1
Diff #0
+8 -1
packetmix/homes/niri/vicinae.nix
··· 17 17 ]; 18 18 programs.vicinae = { 19 19 enable = true; 20 - systemd.enable = true; 20 + systemd = { 21 + enable = true; 22 + autoStart = true; 23 + }; 21 24 22 25 settings = { 23 26 closeOnFocusLoss = true; ··· 74 77 }) 75 78 ]; 76 79 }; 80 + 81 + systemd.user.services.vicinae.Unit.After = [ "niri.service" ]; 82 + systemd.user.services.vicinae.Install.WandedBy = lib.mkForce [ "niri.service" ]; 83 + systemd.user.services.vicinae.Unit.PartOf = lib.mkForce [ ]; 77 84 }

History

1 round 1 comment
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
feat(pm/vicinae): autostart
no conflicts, ready to merge
expand 1 comment