From 4b6da2e46b439ed74d5cd4334c47e028aa68b240 Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 11 Sep 2024 10:36:16 +0530 Subject: [PATCH] add flake input --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89a7e63..f2f70c1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Report website's status nix run github:akr2002/monitor ``` ### Persistent +Add the following line to your `flake.nix` +```nix +inputs.monitor.url = "github/akr2002:monitor"; +``` Add the following to your `home.nix` ```nix systemd.user.timers.monitor = {