aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-22 22:31:25 +0100
committerAdrian Kummerlaender2019-02-22 22:31:25 +0100
commita9de76d55ac705e8a50decfba2f11e81fe81b294 (patch)
treef25c096124890dd01d32e8289ee2b9afbd3db5dc /host
parent4bda7bcd1eb2410ff7466fd4da2b5345ece6763f (diff)
downloadnixos_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.nix9
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";
+ };
+ };
}