aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-23 00:49:27 -0700
committerFuwn <[email protected]>2024-09-23 00:49:27 -0700
commitade53cef414c09b91864cebff185556e1126fe36 (patch)
tree570fe791e076ad867e3331fb17587e2daea26779
parent7ac881cea13d72ef80c287118cd30d63fbbfd5f3 (diff)
downloadrui-ade53cef414c09b91864cebff185556e1126fe36.tar.xz
rui-ade53cef414c09b91864cebff185556e1126fe36.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 = "";