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.
This commit is contained in:
Sam 2025-12-23 14:09:37 -05:00
parent 5fb45ece61
commit c496b15409
No known key found for this signature in database
GPG key ID: 07C4B9795517E3B4

View file

@ -50,8 +50,6 @@
pkgs.jq
pkgs.ripgrep
pkgs.shellcheck
pkgs.qes
];
services.yabai.enable = true;