diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-11-29T23·55-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-11-30T00·04+0000 |
commit | 754edb46160609c2a6387d20a136ec6766e24139 (patch) | |
tree | 355771dfdab124235a583fc96e9323acbce6220b /users/glittershark/system | |
parent | 1caac9b637c75c0e1ddb49fe1aba97cc2d879d83 (diff) |
fix(gs/home): Run lorri on all linux systems r/1965
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
Diffstat (limited to 'users/glittershark/system')
-rw-r--r-- | users/glittershark/system/home/platforms/linux.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/glittershark/system/home/platforms/linux.nix b/users/glittershark/system/home/platforms/linux.nix index b1e8cd19400f..92924e419973 100644 --- a/users/glittershark/system/home/platforms/linux.nix +++ b/users/glittershark/system/home/platforms/linux.nix @@ -88,4 +88,6 @@ in programs.zsh.initExtra = '' [[ ! $IN_NIX_SHELL ]] && alsi -l ''; + + services.lorri.enable = true; } |