From 963f29c12b4726b77172748e56088585539153d8 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 18 Sep 2025 17:56:33 +0530 Subject: [PATCH] chore: update service configurations and update to manually compiled yabai --- darwin/kuro/homebrew.nix | 1 - darwin/kuro/services/aerospace.nix | 2 +- darwin/kuro/services/default.nix | 6 +++--- darwin/kuro/services/yabai.nix | 2 +- overlays.nix | 6 +++--- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/darwin/kuro/homebrew.nix b/darwin/kuro/homebrew.nix index 80659087..b4b1d685 100644 --- a/darwin/kuro/homebrew.nix +++ b/darwin/kuro/homebrew.nix @@ -5,7 +5,6 @@ ]; casks = [ "1password" - "firefox" "lunar" "orcaslicer" "raycast" diff --git a/darwin/kuro/services/aerospace.nix b/darwin/kuro/services/aerospace.nix index bd362e53..89f7bad4 100644 --- a/darwin/kuro/services/aerospace.nix +++ b/darwin/kuro/services/aerospace.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { services = { aerospace = { - enable = true; + enable = false; settings = { key-mapping = { preset = "qwerty"; diff --git a/darwin/kuro/services/default.nix b/darwin/kuro/services/default.nix index 8c006884..918bb409 100644 --- a/darwin/kuro/services/default.nix +++ b/darwin/kuro/services/default.nix @@ -1,9 +1,9 @@ {...}: { imports = [ ./tailscale.nix - # ./aerospace.nix + ./aerospace.nix # ./ollama.nix - # ./skhd.nix - # ./yabai.nix + ./skhd.nix + ./yabai.nix ]; } diff --git a/darwin/kuro/services/yabai.nix b/darwin/kuro/services/yabai.nix index 24de6848..9b89cf02 100644 --- a/darwin/kuro/services/yabai.nix +++ b/darwin/kuro/services/yabai.nix @@ -1,7 +1,7 @@ {...}: { services = { yabai = { - enable = false; + enable = true; enableScriptingAddition = true; config = { mouse_follows_focus = "on"; diff --git a/overlays.nix b/overlays.nix index cb2dc3e1..91c8c045 100644 --- a/overlays.nix +++ b/overlays.nix @@ -236,10 +236,10 @@ src = inputs.immich; }); yabai = prev.yabai.overrideAttrs (oldAttrs: { - version = "7.2.16"; + version = "7.1.15"; src = final.fetchzip { - url = "https://git.darksailor.dev/servius/yabai-bin/raw/commit/f236ad5aafb98a25fdd73384de1fd41524b53dfb/yabai-v7.2.16.tar.gz"; - hash = "sha256-h+3Hnk+kVThz3JwxYjL40HsMhLyBNt66elVbUTw+Sko="; + url = "https://git.darksailor.dev/servius/yabai-bin/raw/commit/cedc50758c21844d71ad07a60515657baa9ea1e0/yabai-v7.1.15.tar.gz"; + hash = "sha256-NVEPwMYyZ89JOyAWux9ClamDUGULWC8kQu3wak5m/IY="; }; }); };