feat: Added aerospace.nix

This commit is contained in:
uttarayan21
2025-04-22 12:26:31 +05:30
parent a353ea74c0
commit 31bc65afd9
2 changed files with 87 additions and 2 deletions

View File

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