diff options
| author | Fuwn <[email protected]> | 2024-09-23 07:49:27 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 07:49:27 +0000 |
| commit | 9edb89a84a3e0f08789a8c6d374952046965671e (patch) | |
| tree | 570fe791e076ad867e3331fb17587e2daea26779 | |
| parent | feat(rui): custom notifier support (diff) | |
| download | rui-9edb89a84a3e0f08789a8c6d374952046965671e.tar.xz rui-9edb89a84a3e0f08789a8c6d374952046965671e.zip | |
fix(flake): add notifier to home manager module
| -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 = ""; |