From f5e7488f6ee29b43f07c94c80a2ea87a9538d3d8 Mon Sep 17 00:00:00 2001 From: Martin Lasson Date: Wed, 29 Jan 2025 18:43:58 +0100 Subject: [PATCH] Add aerospace to darwin config --- nix/pkgs/darwin.nix | 4 +++- nix/system/darwin.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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"