diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T14·48+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-06T10·15+0000 |
commit | cb3d1da6c94ce75e6b37dfa4d5b478feef5df272 (patch) | |
tree | a39686e161ded984be05264d5d1ffc3c230da109 /configs/shared/.config/nixpkgs/home.nix | |
parent | 0045a0dd5a5be4cdc89053c0f62994d20590b34d (diff) |
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`.
Diffstat (limited to 'configs/shared/.config/nixpkgs/home.nix')
-rw-r--r-- | configs/shared/.config/nixpkgs/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.config/nixpkgs/home.nix b/configs/shared/.config/nixpkgs/home.nix index f87b0dfb7cfb..2c6266c7a239 100644 --- a/configs/shared/.config/nixpkgs/home.nix +++ b/configs/shared/.config/nixpkgs/home.nix @@ -60,4 +60,6 @@ ############################################################################## # Services ############################################################################## + + services.lorri.enable = true; } |