chore: update service configurations and update to manually compiled yabai
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-09-18 17:56:33 +05:30
parent 031865260e
commit 963f29c12b
5 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
services = {
aerospace = {
enable = true;
enable = false;
settings = {
key-mapping = {
preset = "qwerty";

View File

@@ -1,9 +1,9 @@
{...}: {
imports = [
./tailscale.nix
# ./aerospace.nix
./aerospace.nix
# ./ollama.nix
# ./skhd.nix
# ./yabai.nix
./skhd.nix
./yabai.nix
];
}

View File

@@ -1,7 +1,7 @@
{...}: {
services = {
yabai = {
enable = false;
enable = true;
enableScriptingAddition = true;
config = {
mouse_follows_focus = "on";