From 141055212a76f0daccb46fb2b25d7b77b67c3294 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 15 Nov 2024 10:22:33 +0100 Subject: [PATCH] Re-enable `swaync` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not a VNC client 😖 --- hmModules/hyprland/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 884d68b..3b43376 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -23,9 +23,7 @@ in ../waybar ../swayidle ../gammastep - # ../wezterm - # ../wayvnc - # ../swaync + ../swaync ../foot ]; @@ -103,8 +101,8 @@ in wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hy3 - hyprspace + # hy3 + # hyprspace ]; # TODO migrate to structured options extraConfig = builtins.readFile ./hyprland.conf;