diff options
author | Ben Sima <ben@bsima.me> | 2020-04-16 21:31:30 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-16 21:31:30 -0700 |
commit | 998df334235a234d75b4545ddfd4e021218faa16 (patch) | |
tree | 9391ded248cf0443272f2969797100fa208b57b7 | |
parent | 486e90a78a125fc41f7b4d802d87900c3527e153 (diff) |
Enable lorri
-rw-r--r-- | linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ in }; services = { + lorri.enable = true; emacs.enable = true; network-manager-applet.enable = true; |