eww: Temporary fix to make it work on wayland

This commit is contained in:
Erwin Boskma 2024-02-26 17:00:59 +01:00
parent 4dd7ec982d
commit 43d24fab35
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 4 additions and 2 deletions

View file

@ -72,7 +72,8 @@ in
};
eww = {
enable = true;
package = pkgs.eww-wayland;
# 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,7 +87,8 @@ in
};
eww = {
enable = true;
package = pkgs.eww-wayland;
# This will fail once https://github.com/NixOS/nixpkgs/pull/289595 is merged
package = pkgs.eww.override { withWayland = true; };
};
firefox = {
enable = true;