diff options
author | Adrian Kummerlaender | 2019-02-24 21:16:45 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-02-24 21:16:45 +0100 |
commit | 224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3 (patch) | |
tree | e9da6f97cce840275849589139e2218ff36f9194 /host | |
parent | f87582250fd324cd04886cd84a7ee58d03133b13 (diff) | |
download | nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.tar nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.tar.gz nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.tar.bz2 nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.tar.lz nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.tar.xz nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.tar.zst nixos_home-224ac2ea3e7585bc732397b9bf39a8e0fd24fbc3.zip |
Add Tasker types for opening terminal / vim in local nix-shell
Diffstat (limited to 'host')
-rw-r--r-- | host/obelix.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/obelix.nix b/host/obelix.nix index 6fd02bc..b38ab68 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -10,9 +10,8 @@ custom.tasks = { "compustream_shell" = { description = "compustream dev shell"; - type = "terminal"; directory = "~/projects/dev/compustream"; - command = "nix-shell --command fish"; + type = "local-shell"; }; }; } |