Attempt to fix the hardcoded device

This commit is contained in:
= 2024-12-25 07:46:21 +01:00
parent 8ec8a6f642
commit bf31d06bcf

View file

@ -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;