summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/misc/weechat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/weechat.nix')
-rw-r--r--nixos/modules/services/misc/weechat.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/weechat.nix b/nixos/modules/services/misc/weechat.nix
index c6ff540ea12f..b71250f62e0f 100644
--- a/nixos/modules/services/misc/weechat.nix
+++ b/nixos/modules/services/misc/weechat.nix
@@ -20,6 +20,7 @@ in
type = types.str;
};
binary = mkOption {
+ type = types.path;
description = "Binary to execute (by default \${weechat}/bin/weechat).";
example = literalExample ''
''${pkgs.weechat}/bin/weechat-headless