diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-11-26T01·45-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-11-26T01·49+0000 |
commit | c7cb806ad9f4d870b86f2a78b69ca47e24916a37 (patch) | |
tree | 6a765f92410414e4409f45464d52afffdc3b466d /users | |
parent | 8eb7c6a5156787c8d8cdc6e03269faa2be60c7b3 (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')
-rw-r--r-- | users/glittershark/system/home/modules/common.nix | 2 |
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 69494cea4236..8f3df0955ab4 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; |