diff --git a/nix/pkgs/darwin.nix b/nix/pkgs/darwin.nix index 89babf7..3c257cb 100644 --- a/nix/pkgs/darwin.nix +++ b/nix/pkgs/darwin.nix @@ -1,10 +1,12 @@ -{ pkgs, ... }: +{ pkgs, config, ... }: { home = { packages = with pkgs; [ gawk ]; file = { + ".config/aerospace/aerospace.toml".source = + config.lib.file.mkOutOfStoreSymlink ../../aerospace/aerospace.toml; }; }; } diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 3069bf2..2712978 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -16,6 +16,7 @@ casks = [ "ghostty" "zen-browser" + "nikitabobko/tap/aerospace" ]; brews = [ "mas"