aerospace: add matugen
This commit is contained in:
parent
bc8559578e
commit
0388667369
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.aerospace.enable = true;
|
services.aerospace.enable = true;
|
||||||
|
|
@ -6,4 +6,8 @@
|
||||||
homebrew.brews = [
|
homebrew.brews = [
|
||||||
"FelixKratz/formulae/borders"
|
"FelixKratz/formulae/borders"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
matugen
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue