eww: Remove temporary workaround for wayland

This commit is contained in:
Erwin Boskma 2024-02-28 23:29:32 +01:00
parent b381239227
commit 52d153f27e
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 0 additions and 4 deletions

View file

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

View file

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