aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-24 21:02:29 +0100
committerAdrian Kummerlaender2019-02-24 21:02:29 +0100
commitf87582250fd324cd04886cd84a7ee58d03133b13 (patch)
tree6e49ead9beb5a806d6525ea0f8e0034ccb34346c /host
parent68e680721c875c5b677b5c60e754cdf81cc0e909 (diff)
downloadnixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.tar
nixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.tar.gz
nixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.tar.bz2
nixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.tar.lz
nixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.tar.xz
nixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.tar.zst
nixos_home-f87582250fd324cd04886cd84a7ee58d03133b13.zip
Add nix-shell environment type to tasker
Allows for convenient management of non-project-specific shell environments.
Diffstat (limited to 'host')
-rw-r--r--host/obelix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/obelix.nix b/host/obelix.nix
index 45cf20d..6fd02bc 100644
--- a/host/obelix.nix
+++ b/host/obelix.nix
@@ -10,8 +10,8 @@
custom.tasks = {
"compustream_shell" = {
description = "compustream dev shell";
+ type = "terminal";
directory = "~/projects/dev/compustream";
- terminal = true;
command = "nix-shell --command fish";
};
};