eww: Remove temporary workaround for wayland
This commit is contained in:
parent
b381239227
commit
52d153f27e
2 changed files with 0 additions and 4 deletions
|
@ -72,8 +72,6 @@ in
|
|||
};
|
||||
eww = {
|
||||
enable = true;
|
||||
# This will fail once https://github.com/NixOS/nixpkgs/pull/289595 is merged
|
||||
package = pkgs.eww.override { withWayland = true; };
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
|
|
|
@ -87,8 +87,6 @@ in
|
|||
};
|
||||
eww = {
|
||||
enable = true;
|
||||
# This will fail once https://github.com/NixOS/nixpkgs/pull/289595 is merged
|
||||
package = pkgs.eww.override { withWayland = true; };
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue