eww: Temporary fix to make it work on wayland
This commit is contained in:
parent
4dd7ec982d
commit
43d24fab35
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue