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