Add aerospace to darwin config

This commit is contained in:
Martin Lasson 2025-01-29 18:43:58 +01:00
parent 642b579f25
commit f5e7488f6e
2 changed files with 4 additions and 1 deletions

View file

@ -1,10 +1,12 @@
{ pkgs, ... }: { pkgs, config, ... }:
{ {
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
gawk gawk
]; ];
file = { file = {
".config/aerospace/aerospace.toml".source =
config.lib.file.mkOutOfStoreSymlink ../../aerospace/aerospace.toml;
}; };
}; };
} }

View file

@ -16,6 +16,7 @@
casks = [ casks = [
"ghostty" "ghostty"
"zen-browser" "zen-browser"
"nikitabobko/tap/aerospace"
]; ];
brews = [ brews = [
"mas" "mas"