diff options
author | Adrian Kummerlaender | 2019-02-22 22:31:25 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2019-02-22 22:31:25 +0100 |
commit | a9de76d55ac705e8a50decfba2f11e81fe81b294 (patch) | |
tree | f25c096124890dd01d32e8289ee2b9afbd3db5dc /host | |
parent | 4bda7bcd1eb2410ff7466fd4da2b5345ece6763f (diff) | |
download | nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.tar nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.tar.gz nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.tar.bz2 nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.tar.lz nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.tar.xz nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.tar.zst nixos_home-a9de76d55ac705e8a50decfba2f11e81fe81b294.zip |
Add obelix specific task
Diffstat (limited to 'host')
-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"; + }; + }; } |