mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
committed by
Austin Horstman
parent
66e9a024b9
commit
817ace497b
@@ -133,6 +133,10 @@ in
|
||||
in
|
||||
"PATH=${path}";
|
||||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = [ "lorri.service" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user