From 754edb46160609c2a6387d20a136ec6766e24139 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 29 Nov 2020 18:55:09 -0500 Subject: 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 Tested-by: BuildkiteCI --- users/glittershark/system/home/platforms/linux.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/glittershark/system/home') diff --git a/users/glittershark/system/home/platforms/linux.nix b/users/glittershark/system/home/platforms/linux.nix index b1e8cd1940..92924e4199 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; } -- cgit 1.4.1