Add aerospace to darwin config
This commit is contained in:
parent
642b579f25
commit
f5e7488f6e
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
casks = [
|
casks = [
|
||||||
"ghostty"
|
"ghostty"
|
||||||
"zen-browser"
|
"zen-browser"
|
||||||
|
"nikitabobko/tap/aerospace"
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"mas"
|
"mas"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue