From 28d73660f523a9dcb0bb7c8634fe756f90fc713a Mon Sep 17 00:00:00 2001 From: John Axel Eriksson Date: Tue, 26 Nov 2024 17:11:06 +0100 Subject: [PATCH] feat: add logi-options to mac (#1033) --- darwin/aarch64-darwin/VW2WRF4694.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/darwin/aarch64-darwin/VW2WRF4694.nix b/darwin/aarch64-darwin/VW2WRF4694.nix index 89e3bdc0..3924df67 100644 --- a/darwin/aarch64-darwin/VW2WRF4694.nix +++ b/darwin/aarch64-darwin/VW2WRF4694.nix @@ -24,6 +24,10 @@ "spotify/sptaps/protoman" ]; + homebrew.casks = [ + "logi-options+" + ]; + #services.karabiner-elements.enable = true; ## doesn't work atm system.defaults.dock.autohide = true; security.pam.enableSudoTouchIdAuth = true;