about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-11-26T01·45-0500
committerglittershark <grfn@gws.fyi>2020-11-26T01·49+0000
commitc7cb806ad9f4d870b86f2a78b69ca47e24916a37 (patch)
tree6a765f92410414e4409f45464d52afffdc3b466d /users/glittershark/system/home/modules/common.nix
parent8eb7c6a5156787c8d8cdc6e03269faa2be60c7b3 (diff)
fix(gs/system): lorri as a home-manager svc doesn't work on Darwin r/1920
Change-Id: Ieaf14d955157c759f12d70ddfd518789281dab1a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2150
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/home/modules/common.nix')
-rw-r--r--users/glittershark/system/home/modules/common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/glittershark/system/home/modules/common.nix b/users/glittershark/system/home/modules/common.nix
index 69494cea42..8f3df0955a 100644
--- a/users/glittershark/system/home/modules/common.nix
+++ b/users/glittershark/system/home/modules/common.nix
@@ -77,8 +77,6 @@
     };
   };
 
-  services.lorri.enable = true;
-
   programs.direnv = {
     enable = true;
     enableBashIntegration = true;