Re-enable swaync

It's not a VNC client 😖
This commit is contained in:
Andrea Ciceri 2024-11-15 10:22:33 +01:00
parent 2a10090d56
commit 141055212a
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -23,9 +23,7 @@ in
../waybar ../waybar
../swayidle ../swayidle
../gammastep ../gammastep
# ../wezterm ../swaync
# ../wayvnc
# ../swaync
../foot ../foot
]; ];
@ -103,8 +101,8 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
plugins = with pkgs.hyprlandPlugins; [ plugins = with pkgs.hyprlandPlugins; [
hy3 # hy3
hyprspace # hyprspace
]; ];
# TODO migrate to structured options # TODO migrate to structured options
extraConfig = builtins.readFile ./hyprland.conf; extraConfig = builtins.readFile ./hyprland.conf;