Compare commits
1 commit
e9ba00674a
...
bf31d06bcf
Author | SHA1 | Date | |
---|---|---|---|
|
bf31d06bcf |
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,7 @@ in
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
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 = {
|
programs = {
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue