aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d80f3d1..1c4fc99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -105,6 +105,11 @@
default = false;
};
+ notifier = mkOption {
+ type = types.str;
+ default = "notify-send";
+ };
+
flake = mkOption {
type = types.str;
default = "";