use firefox with wayland backend
This commit is contained in:
parent
f4d514b492
commit
15f62ba841
1 changed files with 6 additions and 1 deletions
|
@ -74,7 +74,12 @@ in
|
|||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland;
|
||||
};
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
services.avahi.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue