From f52f6756c5bb2fafa920a1119f5b5066edf0827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 25 Sep 2024 12:33:16 +0200 Subject: [PATCH] Add start_firefox script --- home/scripts/files/start_firefox.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 home/scripts/files/start_firefox.sh 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"