From 8c14f2b3a2568b686fc50932bbfde9f4523817cc Mon Sep 17 00:00:00 2001
From: Cody Hiar <cody@hiar.ca>
Date: Wed, 10 Feb 2021 10:11:59 -0700
Subject: Add stow to install script

---
 stow/install.sh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'stow')

diff --git a/stow/install.sh b/stow/install.sh
index 473bdad..f9d1220 100755
--- a/stow/install.sh
+++ b/stow/install.sh
@@ -1 +1,3 @@
+#! /usr/bin/env nix-shell
+#! nix-shell -i bash -p stow
 stow tmux -t "$HOME"
-- 
cgit v1.2.3