aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-23 07:49:27 +0000
committerFuwn <[email protected]>2024-09-23 07:49:27 +0000
commit9edb89a84a3e0f08789a8c6d374952046965671e (patch)
tree570fe791e076ad867e3331fb17587e2daea26779
parentfeat(rui): custom notifier support (diff)
downloadrui-9edb89a84a3e0f08789a8c6d374952046965671e.tar.xz
rui-9edb89a84a3e0f08789a8c6d374952046965671e.zip
fix(flake): add notifier to home manager module
-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 = "";