Disable Hyprglass in Hyprland config

This commit is contained in:
2026-05-13 02:32:19 -07:00
parent 8ae7a2e0e4
commit bcc61aa6fa
2 changed files with 2 additions and 3 deletions

View File

@@ -46,11 +46,10 @@ return {
current_layout = columns_layout,
enable_nstack = true,
enable_hyprexpo = true,
-- Keep disabled until the PR231-patched Hyprspace build is switched into /run/current-system.
enable_hyprspace = false,
enable_hyprwinview = true,
enable_workspace_history = true,
enable_hyprglass = true,
enable_hyprglass = false,
configure_nstack_plugin_from_lua = false,
workspace_layouts = {},
minimized_windows = {},

View File

@@ -98,7 +98,7 @@
./packages/hyprspace-lua-api.patch
];
});
enableHyprglass = true;
enableHyprglass = false;
hyprglass = pkgs.callPackage ./packages/hyprglass {
src = inputs.hyprglass;
hyprland = baseHyprlandPackage;