From bf31d06bcff6bba31bde5c8957a056e038eea6e8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 25 Dec 2024 07:46:21 +0100 Subject: [PATCH] Attempt to fix the hardcoded device --- config.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.nix b/config.nix index 57df56e..7aa98e8 100644 --- a/config.nix +++ b/config.nix @@ -65,6 +65,7 @@ in git ]; }; +<<<<<<< HEAD wayland.windowManager.sway = { enable = true; @@ -77,6 +78,11 @@ in ''; }; +======= + wayland.windowManager.sway.config.startup = [ + { command = "firefox-esr --kiosk c3nav.de"; always = true; } + ]; +>>>>>>> f295282 (Attempt to fix the hardcoded device) programs = { firefox = { enable = true;