From c496b15409b1d713960947045388291ab0a53757 Mon Sep 17 00:00:00 2001 From: Sam <30577766+Samasaur1@users.noreply.github.com> Date: Tue, 23 Dec 2025 14:09:37 -0500 Subject: [PATCH] modules/examples/lnl: drop qes See: - https://github.com/NixOS/nixpkgs/issues/371202 - https://github.com/NixOS/nixpkgs/pull/473109 - https://github.com/astratagem/dotfield/issues/1 - https://github.com/asmvik/skhd/issues/44 Looks like it was merged into skhd pre-2020 and was only in nixpkgs in a cached state. Based on that last link the cached version may not even work on newer versions of macOS? Regardless, this is causing tests to fail. --- modules/examples/lnl.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index f8153b3..801b966 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -50,8 +50,6 @@ pkgs.jq pkgs.ripgrep pkgs.shellcheck - - pkgs.qes ]; services.yabai.enable = true;