diff --git a/home/scripts/files/start_firefox.sh b/home/scripts/files/start_firefox.sh new file mode 100755 index 0000000..13bbe39 --- /dev/null +++ b/home/scripts/files/start_firefox.sh @@ -0,0 +1,2 @@ +#!/bin/sh +nix-shell -p firefox --command "firefox https://jellyfin.thomasave.be"