diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index df0d002..977132a 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -74,8 +74,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;