This commit is contained in:
Benjamin Palko 2024-08-06 23:15:34 -04:00
parent f7c47d6fa1
commit 8c9e987421

View file

@ -1,5 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.xwayland = {
enable = true;
package = pkgs.xwayland;
};
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
@ -15,6 +19,8 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
xwayland
xwaylandvideobridge
egl-wayland egl-wayland
# Clipboard # Clipboard
wl-clipboard wl-clipboard