diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-09-28 11:56:22 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-09-28 11:56:22 -0700 |
commit | f2fba8fe8abe62bd423c25bb6a729a3fc221c207 (patch) | |
tree | f154444d2477665e287c61f14b36cfe2e89fabee /hosts/common | |
parent | e9f9574e3ae360e6e9d46f00471c7dc30c900447 (diff) | |
download | nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.tar nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.tar.gz nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.tar.bz2 nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.tar.lz nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.tar.xz nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.tar.zst nix-f2fba8fe8abe62bd423c25bb6a729a3fc221c207.zip |
Add wlvncc for Wayland
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 0c2175b..493e0e4 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -28,13 +28,14 @@ pkgs.swayimg pkgs.sxiv #pkgs.tigervnc - pkgs.turbovnc + #pkgs.turbovnc pkgs.vdpauinfo pkgs.vlc pkgs.vulkan-tools pkgs.wireshark pkgs.wl-clipboard - pkgs.x11vnc + pkgs.wlvncc + #pkgs.x11vnc pkgs.xclip pkgs.xdotool pkgs.xorg.appres |