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, ... }:
{
programs.xwayland = {
enable = true;
package = pkgs.xwayland;
};
programs.hyprland = {
enable = true;
xwayland.enable = true;
@ -15,6 +19,8 @@
};
environment.systemPackages = with pkgs; [
xwayland
xwaylandvideobridge
egl-wayland
# Clipboard
wl-clipboard