From 6bae7fc0d898a62607344ae9b25242d4a1ef1413 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 6 Jul 2019 21:06:27 +0200 Subject: Add Python console task type --- custom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom.nix') diff --git a/custom.nix b/custom.nix index 61de1aa..ca0d53c 100644 --- a/custom.nix +++ b/custom.nix @@ -21,7 +21,7 @@ in { default = "~/"; }; type = mkOption { - type = types.enum [ "launcher" "terminal" "local-shell" "local-editor" "environment" ]; + type = types.enum [ "launcher" "terminal" "local-shell" "local-editor" "environment" "python-console" ]; default = "launcher"; }; command = mkOption { -- cgit v1.2.3