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 = {
packages = with pkgs; [
gawk
];
file = {
".config/aerospace/aerospace.toml".source =
config.lib.file.mkOutOfStoreSymlink ../../aerospace/aerospace.toml;
};
};
}