diff options
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -105,6 +105,11 @@ default = false; }; + notifier = mkOption { + type = types.str; + default = "notify-send"; + }; + flake = mkOption { type = types.str; default = ""; |