From 224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 24 Feb 2019 21:16:45 +0100 Subject: Add Tasker types for opening terminal / vim in local nix-shell --- custom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom.nix') diff --git a/custom.nix b/custom.nix index 06b6676..88745ad 100644 --- a/custom.nix +++ b/custom.nix @@ -21,7 +21,7 @@ in { default = "~/"; }; type = mkOption { - type = types.enum [ "launcher" "terminal" "environment" ]; + type = types.enum [ "launcher" "terminal" "local-shell" "local-editor" "environment" ]; default = "launcher"; }; command = mkOption { -- cgit v1.2.3