Compare commits

...

1 commit

Author SHA1 Message Date
=
bf31d06bcf Attempt to fix the hardcoded device 2024-12-26 15:21:30 +01:00

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;