feat: update flake dependencies and disable yabai service
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
uttarayan21
2025-09-17 00:06:27 +05:30
parent 0c8cc35a90
commit 031865260e
6 changed files with 91 additions and 58 deletions

View File

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

View File

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