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:
@@ -10,7 +10,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.chromium pkgs.brave ];
|
||||
environment.systemPackages = [ pkgs.brave ];
|
||||
|
||||
environment.variables.BROWSER = "brave";
|
||||
}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user