diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -136,9 +136,6 @@ | |||
136 | ''; | 136 | ''; |
137 | commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" ]; | 137 | commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" ]; |
138 | defaultCommands = []; | 138 | defaultCommands = []; |
139 | protocols = { | ||
140 | "isaac" = "g"; | ||
141 | }; | ||
142 | commands = { | 139 | commands = { |
143 | "isaac" = ["recv-media"]; | 140 | "isaac" = ["recv-media"]; |
144 | }; | 141 | }; |