fix(gs/home): Run lorri on all linux systems

Accidentally removed this everywhere when I disabled it for Darwin

Change-Id: Ia3480f1fbc6431a27da8c1de03bf0a66808f46b9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2208
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-11-29 18:55:09 -05:00 committed by glittershark
parent 1caac9b637
commit 754edb4616

View file

@ -88,4 +88,6 @@ in
programs.zsh.initExtra = ''
[[ ! $IN_NIX_SHELL ]] && alsi -l
'';
services.lorri.enable = true;
}