diff options
-rw-r--r-- | host/obelix.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host/obelix.nix b/host/obelix.nix index 26a17ea..45cf20d 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -6,4 +6,13 @@ ]; custom.hidpi = false; + + custom.tasks = { + "compustream_shell" = { + description = "compustream dev shell"; + directory = "~/projects/dev/compustream"; + terminal = true; + command = "nix-shell --command fish"; + }; + }; } |