chore: Revert back to yabai from aerospace

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-04-28 21:01:16 +05:30
parent 53161b7ef0
commit 1370419708
2 changed files with 10 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,5 @@
{...}: {
# services.zerotierone = {
# enable = true;
# };
}