Install aerospace
This commit is contained in:
parent
7b725800ce
commit
374d385f74
3 changed files with 66 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
onActivation.cleanup = "zap";
|
||||
|
||||
casks = [
|
||||
"aerospace"
|
||||
"amethyst"
|
||||
"anki"
|
||||
"arc"
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
|
||||
taps = [
|
||||
"dracula/install"
|
||||
"nikitabobko/tap"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -199,4 +199,5 @@
|
|||
};
|
||||
|
||||
xdg.configFile."amethyst/amethyst.yml".text = builtins.readFile ../config/amethyst/amethyst.yml;
|
||||
xdg.configFile."aerospace/aerospace.toml".text = builtins.readFile ../config/aerospace/aerospace.toml;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue