xwayland
This commit is contained in:
parent
f7c47d6fa1
commit
8c9e987421
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue