mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36: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:
parent
66e9a024b9
commit
817ace497b
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ in
|
|||
in
|
||||
"PATH=${path}";
|
||||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = [ "lorri.service" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue