1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

lorri: make notifications service auto-start if enabled

Without this fix, the notifications service would need to start by hand
every time.

@moduon MT-1075
This commit is contained in:
Jairo Llopis 2025-10-03 09:03:27 +01:00 committed by Austin Horstman
parent 66e9a024b9
commit 817ace497b

View file

@ -133,6 +133,10 @@ in
in
"PATH=${path}";
};
Install = {
WantedBy = [ "lorri.service" ];
};
};
};
};