fix(darwin): remove unused aerospace configuration (#267)

This commit is contained in:
ryan4yin | 二花
2026-08-29 17:32:24 +08:00
committed by GitHub
parent f08b45d2bc
commit 16e48e5740
5 changed files with 1 additions and 356 deletions
-5
View File
@@ -1,5 +0,0 @@
{ config, ... }:
{
home.file.".aerospace.toml".source =
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/home/darwin/aerospace/aerospace.toml";
}