From 6d2caa1b07af7aa8440c122cfc140c27133f043f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 May 2019 22:26:12 +0200 Subject: Add tasks --- tasks/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tasks/default.nix b/tasks/default.nix index c1a6876..dc77baf 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -41,6 +41,18 @@ in { type = "local-shell"; }; + study_edit = { + description = "University notes editor"; + directory = "~/university/note"; + type = "local-editor"; + }; + + study_shell = { + description = "University notes shell"; + directory = "~/university/note"; + type = "local-shell"; + }; + cpp_shell = { description = "Generic C++ shell environment"; directory = "~/"; -- cgit v1.2.3