1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: dont use chromium

it builds forever
This commit is contained in:
2021-12-31 13:19:56 +01:00
parent e431a89ab2
commit 74a437af22
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
let startUrls = [ "https://open.spotify.com" "https://youtube.com" "http://bvg.kmein.r" ];
in pkgs.writers.writeDash "kiosk-browser" ''
while true; do
${pkgs.chromium}/bin/chromium \
${pkgs.brave}/bin/brave \
--no-first-run --no-message-box --noerrdialogs \
--default-browser --no-default-browser-check \
--start-maximized ${lib.escapeShellArgs startUrls}