summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 51586c53..2d7aa59d 100644
--- a/hel.nix
+++ b/hel.nix
@@ -280,6 +280,12 @@
280 upower = { 280 upower = {
281 enable = true; 281 enable = true;
282 }; 282 };
283
284 locate = {
285 enable = true;
286 interval = "daily";
287 locate = pkgs.mlocate;
288 };
283 }; 289 };
284 290
285 users = { 291 users = {