Support lorri with home-manager
Prefer starting lorri with home-manager. Note: I could have removed the `systemctl --user start lorri.service` line before switching to home-manager by calling `systemctl --user enable lorri.service`. This would have made a symlink in `~/.config/systemd/user/default.target.wants`.
This commit is contained in:
parent
0045a0dd5a
commit
cb3d1da6c9
4 changed files with 2 additions and 24 deletions
|
|
@ -60,4 +60,6 @@
|
|||
##############################################################################
|
||||
# Services
|
||||
##############################################################################
|
||||
|
||||
services.lorri.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue